#ACF7E4

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

Shades of Water Leaf #ACF7E4

Tints of Water Leaf #ACF7E4

Color information

#ACF7E4 (or 0xACF7E4) is unknown color: approx Water Leaf. HEX triplet: AC, F7 and E4. RGB value is (172,247,228). Sum of RGB (Red+Green+Blue) = 172+247+228=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 247 (96.88% from 255 or 38.18% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7E4 is #53081B. Grayscale: #DEDEDE. Windows color (decimal): -5441564 or 15005612. OLE color: 15005612.

HSL color Cylindrical-coordinate representation of color #ACF7E4: hue angle of 164.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF7E4 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB172247228-
CMYK0.3000.080.03
HSL164.8º82.42%82.16%-
HSV(B)164.8º30.36%96.86%-
XYZ64.2880.8985.63-
YUV222.41131.1592.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.58%
GREEN value IS 247 (96.88% from 255) = 38.18%
BLUE value IS 228 (89.45% from 255) = 35.24%
R=26.58%
G=38.18%
B=35.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722472280.3000.080.03164.882.4282.16
HexACF7E41E083a55252
Octal254367344360103245122122
Binary1010110011110111111001001111001000111010010110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF7E4; }

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

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

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

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

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

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

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

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