#ACF7E8

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

Shades of Water Leaf #ACF7E8

Tints of Water Leaf #ACF7E8

Color information

#ACF7E8 (or 0xACF7E8) is unknown color: approx Water Leaf. HEX triplet: AC, F7 and E8. RGB value is (172,247,232). Sum of RGB (Red+Green+Blue) = 172+247+232=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 247 (96.88% from 255 or 37.94% from 651); Blue value is 232 (91.02% from 255 or 35.64% from 651); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF7E8 is #530817. Grayscale: #DEDEDE. Windows color (decimal): -5441560 or 15267756. OLE color: 15267756.

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

Color convert

RGB172247232-
CMYK0.3000.060.03
HSL168º82.42%82.16%-
HSV(B)168º30.36%96.86%-
XYZ64.8481.1288.58-
YUV222.86133.1591.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.42%
GREEN value IS 247 (96.88% from 255) = 37.94%
BLUE value IS 232 (91.02% from 255) = 35.64%
R=26.42%
G=37.94%
B=35.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722472320.3000.060.0316882.4282.16
HexACF7E81E063a85252
Octal25436735036063250122122
Binary101011001111011111101000111100110111010100010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF7E8; }

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

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

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

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

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

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

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

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