#ACFFE8

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

Shades of Water Leaf #ACFFE8

Tints of Water Leaf #ACFFE8

Color information

#ACFFE8 (or 0xACFFE8) is unknown color: approx Water Leaf. HEX triplet: AC, FF and E8. RGB value is (172,255,232). Sum of RGB (Red+Green+Blue) = 172+255+232=659 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.10% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 232 (91.02% from 255 or 35.20% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFE8 is #530017. Grayscale: #E3E3E3. Windows color (decimal): -5439512 or 15269804. OLE color: 15269804.

HSL color Cylindrical-coordinate representation of color #ACFFE8: hue angle of 163.37º 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 #ACFFE8 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB172255232-
CMYK0.3300.090
HSL163.37º100%83.73%-
HSV(B)163.37º32.55%100%-
XYZ67.3486.1289.42-
YUV227.56130.588.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.10%
GREEN value IS 255 (100% from 255) = 38.69%
BLUE value IS 232 (91.02% from 255) = 35.20%
R=26.10%
G=38.69%
B=35.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722552320.3300.090163.3710083.73
HexACFFE821090a36454
Octal254377350410110243144124
Binary1010110011111111111010001000010100101010001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFFE8; }

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

 H1.HeaderClassName
 {
   color: #ACFFE8;
 }
 .AnyTagClassName
 {
   color: #ACFFE8;
 }
</style>
background-color css

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

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

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

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

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

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