#ACF4E0

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

Shades of Water Leaf #ACF4E0

Tints of Water Leaf #ACF4E0

Color information

#ACF4E0 (or 0xACF4E0) is unknown color: approx Water Leaf. HEX triplet: AC, F4 and E0. RGB value is (172,244,224). Sum of RGB (Red+Green+Blue) = 172+244+224=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 244 (95.70% from 255 or 38.12% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF4E0 is #530B1F. Grayscale: #DCDCDC. Windows color (decimal): -5442336 or 14742700. OLE color: 14742700.

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

Color convert

RGB172244224-
CMYK0.3000.080.04
HSL163.33º76.6%81.57%-
HSV(B)163.33º29.51%95.69%-
XYZ62.8278.8582.43-
YUV220.19130.1593.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.88%
GREEN value IS 244 (95.70% from 255) = 38.12%
BLUE value IS 224 (87.89% from 255) = 35%
R=26.88%
G=38.12%
B=35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722442240.3000.080.04163.3376.681.57
HexACF4E01E084a34d52
Octal254364340360104243115122
Binary10101100111101001110000011110010001001010001110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF4E0; }

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

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

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

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

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

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

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

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