#ACF9E4

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

Shades of Water Leaf #ACF9E4

Tints of Water Leaf #ACF9E4

Color information

#ACF9E4 (or 0xACF9E4) is unknown color: approx Water Leaf. HEX triplet: AC, F9 and E4. RGB value is (172,249,228). Sum of RGB (Red+Green+Blue) = 172+249+228=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 249 (97.66% from 255 or 38.37% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF9E4 is #53061B. Grayscale: #DFDFDF. Windows color (decimal): -5441052 or 15006124. OLE color: 15006124.

HSL color Cylindrical-coordinate representation of color #ACF9E4: hue angle of 163.64º 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 #ACF9E4 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB172249228-
CMYK0.3100.080.02
HSL163.64º86.52%82.55%-
HSV(B)163.64º30.92%97.65%-
XYZ64.8982.1285.83-
YUV223.58130.4991.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.50%
GREEN value IS 249 (97.66% from 255) = 38.37%
BLUE value IS 228 (89.45% from 255) = 35.13%
R=26.50%
G=38.37%
B=35.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722492280.3100.080.02163.6486.5282.55
HexACF9E41F082a45753
Octal254371344370102244127123
Binary1010110011111001111001001111101000101010010010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF9E4; }

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

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

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

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

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

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

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

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