#ACFEE8

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

Shades of Water Leaf #ACFEE8

Tints of Water Leaf #ACFEE8

Color information

#ACFEE8 (or 0xACFEE8) is unknown color: approx Water Leaf. HEX triplet: AC, FE and E8. RGB value is (172,254,232). Sum of RGB (Red+Green+Blue) = 172+254+232=658 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.14% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFEE8 is #530117. Grayscale: #E2E2E2. Windows color (decimal): -5439768 or 15269548. OLE color: 15269548.

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

Color convert

RGB172254232-
CMYK0.3200.090.00
HSL163.9º97.62%83.53%-
HSV(B)163.9º32.28%99.61%-
XYZ67.0285.4889.31-
YUV226.97130.8388.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.14%
GREEN value IS 254 (99.61% from 255) = 38.60%
BLUE value IS 232 (91.02% from 255) = 35.26%
R=26.14%
G=38.60%
B=35.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722542320.3200.090.00163.997.6283.53
HexACFEE820090a46254
Octal254376350400110244142124
Binary1010110011111110111010001000000100101010010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFEE8; }

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

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

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

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

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

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

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

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