Html Css Color HEX #A4EAB5 Fringy Flower

📋 copy color: '#A4EAB5'

red 164 ◦ green 234 ◦ blue 181

#A4EAB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #A4EAB5

Tints of Fringy Flower #A4EAB5

RGB

 RED value IS 164 (64.45% from 255) = 28.32%

 GREEN value IS 234 (91.8% from 255) = 40.41%

 BLUE value IS 181 (71.09% from 255) = 31.26%

R = 28.32%
G = 40.41%
B = 31.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A4EAB5 (or 0xA4EAB5) is known color: Fringy Flower. HEX triplet: A4, EA and B5. RGB value is (164,234,181). Sum of RGB (Red+Green+Blue) = 164+234+181=579 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.32% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 181 (71.09% from 255 or 31.26% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EAB5 is #5B154A. Grayscale: #CFCFCF. Windows color (decimal): -5969227 or 11922084. OLE color: 11922084.

HSL color Cylindrical-coordinate representation of color #A4EAB5: hue angle of 134.57º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4EAB5 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 234 181 -
CMYK 0.30 0 0.23 0.08
HSL 134.57º 0.63% 0.78% -
HSV(B) 134.57º 0.3% 0.92% -
XYZ 53.07 70.07 54.44 -
YUV 207.03 113.31 97.31 -
System Red Green Blue C M Y K H S L
Decimal 164 234 181 0.30 0 0.23 0.08 134.57 0.63 0.78
Hex A4 EA B5 1E 0 17 8 87 3E 4E
Octal 244 352 265 36 0 27 10 207 76 116
Binary 10100100 11101010 10110101 11110 0 10111 1000 10000111 111110 1001110

Color Harmonies of #A4EAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EAB5

Black with #A4EAB5

Text Example


Text Example

White with #A4EAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EAB5; }

 p { color: rgb(164,234,181); }

 H1.HeaderClassName
 {
   color: #A4EAB5;
 }
 .AnyTagClassName
 {
   color: #A4EAB5;
 }
</style>

background-color css

<style>
 a { background-color: #A4EAB5; }

 a { background-color: rgb(164,234,181); }

 div.DivClassName
 {
   background-color: #A4EAB5;
 }
 .BgClassName
 {
   background-color: #A4EAB5;
 }
</style>

border-color css

<style>
 span { border-color: #A4EAB5; }

 span { border-color: rgb(164,234,181); }

 td.TdClassName
 {
   border-color: #A4EAB5;
 }
 .TagClassName
 {
   border-color: #A4EAB5;
 }
</style>