#ACFFEA

Color #ACFFEA Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #ACFFEA

Tints of Water Leaf #ACFFEA

Color information

#ACFFEA (or 0xACFFEA) is unknown color: approx 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

RGB172255234-
CMYK0.3300.080
HSL164.82º100%83.73%-
HSV(B)164.82º32.55%100%-
XYZ67.6286.2390.92-
YUV227.79131.588.21-

RGB Variations

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

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.80% from 255) = 35.40%
R=26.02%
G=38.58%
B=35.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722552340.3300.080164.8210083.73
HexACFFEA21080a56454
Octal254377352410100245144124
Binary1010110011111111111010101000010100001010010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>