#ACF9E8

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

Shades of Water Leaf #ACF9E8

Tints of Water Leaf #ACF9E8

Color information

#ACF9E8 (or 0xACF9E8) is unknown color: approx Water Leaf. HEX triplet: AC, F9 and E8. RGB value is (172,249,232). Sum of RGB (Red+Green+Blue) = 172+249+232=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 249 (97.66% from 255 or 38.13% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF9E8 is #530617. Grayscale: #E0E0E0. Windows color (decimal): -5441048 or 15268268. OLE color: 15268268.

HSL color Cylindrical-coordinate representation of color #ACF9E8: hue angle of 166.75º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF9E8 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB172249232-
CMYK0.3100.070.02
HSL166.75º86.52%82.55%-
HSV(B)166.75º30.92%97.65%-
XYZ65.4582.3588.79-
YUV224.04132.4990.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.34%
GREEN value IS 249 (97.66% from 255) = 38.13%
BLUE value IS 232 (91.02% from 255) = 35.53%
R=26.34%
G=38.13%
B=35.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722492320.3100.070.02166.7586.5282.55
HexACF9E81F072a75753
Octal25437135037072247127123
Binary101011001111100111101000111110111101010011110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF9E8; }

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

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

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

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

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

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

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

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