#ACF0E0

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

Shades of Water Leaf #ACF0E0

Tints of Water Leaf #ACF0E0

Color information

#ACF0E0 (or 0xACF0E0) is unknown color: approx Water Leaf. HEX triplet: AC, F0 and E0. RGB value is (172,240,224). Sum of RGB (Red+Green+Blue) = 172+240+224=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0E0 is #530F1F. Grayscale: #D9D9D9. Windows color (decimal): -5443360 or 14741676. OLE color: 14741676.

HSL color Cylindrical-coordinate representation of color #ACF0E0: hue angle of 165.88º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0E0 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB172240224-
CMYK0.2800.070.06
HSL165.88º69.39%80.78%-
HSV(B)165.88º28.33%94.12%-
XYZ61.6376.4782.03-
YUV217.84131.4795.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.04%
GREEN value IS 240 (94.14% from 255) = 37.74%
BLUE value IS 224 (87.89% from 255) = 35.22%
R=27.04%
G=37.74%
B=35.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722402240.2800.070.06165.8869.3980.78
HexACF0E01C076a64551
Octal25436034034076246105121
Binary1010110011110000111000001110001111101010011010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF0E0; }

 p { color: rgb(172,240,224); }

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

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

 a { background-color: rgb(172,240,224); }

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

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

 span { border-color: rgb(172,240,224); }

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