#ACF0E4

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

Shades of Water Leaf #ACF0E4

Tints of Water Leaf #ACF0E4

Color information

#ACF0E4 (or 0xACF0E4) is unknown color: approx Water Leaf. HEX triplet: AC, F0 and E4. RGB value is (172,240,228). Sum of RGB (Red+Green+Blue) = 172+240+228=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 240 (94.14% from 255 or 37.5% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0E4 is #530F1B. Grayscale: #DADADA. Windows color (decimal): -5443356 or 15003820. OLE color: 15003820.

HSL color Cylindrical-coordinate representation of color #ACF0E4: hue angle of 169.41º 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 #ACF0E4 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB172240228-
CMYK0.2800.050.06
HSL169.41º69.39%80.78%-
HSV(B)169.41º28.33%94.12%-
XYZ62.1876.6984.92-
YUV218.3133.4794.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.88%
GREEN value IS 240 (94.14% from 255) = 37.5%
BLUE value IS 228 (89.45% from 255) = 35.62%
R=26.88%
G=37.5%
B=35.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722402280.2800.050.06169.4169.3980.78
HexACF0E41C056a94551
Octal25436034434056251105121
Binary1010110011110000111001001110001011101010100110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF0E4; }

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

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

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

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

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

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

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

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