Html Css Color HEX #ACFFEA Water Leaf

📋 copy color: '#ACFFEA'

red 172 ◦ green 255 ◦ blue 234

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

Shades of Water Leaf #ACFFEA

Tints of Water Leaf #ACFFEA

RGB

 RED value IS 172 (67.58% from 255) = 26.02%

 GREEN value IS 255 (100% from 255) = 38.58%

 BLUE value IS 234 (91.8% from 255) = 35.4%

R = 26.02%
G = 38.58%
B = 35.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#ACFFEA (or 0xACFFEA) is known color: Water Leaf. HEX triplet: AC, FF and EA. RGB value is (172,255,234). Sum of RGB (Red+Green+Blue) = 172+255+234=661 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.02% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFEA is #530015. Grayscale: #E3E3E3. Windows color (decimal): -5439510 or 15400876. OLE color: 15400876.

HSL color Cylindrical-coordinate representation of color #ACFFEA: hue angle of 164.82º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFEA is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 234 -
CMYK 0.33 0 0.08 0
HSL 164.82º 1% 0.84% -
HSV(B) 164.82º 0.33% 1% -
XYZ 67.62 86.23 90.92 -
YUV 227.79 131.5 88.21 -
System Red Green Blue C M Y K H S L
Decimal 172 255 234 0.33 0 0.08 0 164.82 1 0.84
Hex AC FF EA 21 0 8 0 A5 64 54
Octal 254 377 352 41 0 10 0 245 144 124
Binary 10101100 11111111 11101010 100001 0 1000 0 10100101 1100100 1010100

Color Harmonies of #ACFFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFEA

Black with #ACFFEA

Text Example


Text Example

White with #ACFFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFEA; }

 p { color: rgb(172,255,234); }

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

background-color css

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

 a { background-color: rgb(172,255,234); }

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

border-color css

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

 span { border-color: rgb(172,255,234); }

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