#ACF3DD

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

Shades of Water Leaf #ACF3DD

Tints of Water Leaf #ACF3DD

Color information

#ACF3DD (or 0xACF3DD) is unknown color: approx Water Leaf. HEX triplet: AC, F3 and DD. RGB value is (172,243,221). Sum of RGB (Red+Green+Blue) = 172+243+221=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3DD is #530C22. Grayscale: #DBDBDB. Windows color (decimal): -5442595 or 14545836. OLE color: 14545836.

HSL color Cylindrical-coordinate representation of color #ACF3DD: hue angle of 161.41º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF3DD is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB172243221-
CMYK0.2900.090.05
HSL161.41º74.74%81.37%-
HSV(B)161.41º29.22%95.29%-
XYZ62.1178.0980.21-
YUV219.26128.9894.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.04%
GREEN value IS 243 (95.31% from 255) = 38.21%
BLUE value IS 221 (86.72% from 255) = 34.75%
R=27.04%
G=38.21%
B=34.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722432210.2900.090.05161.4174.7481.37
HexACF3DD1D095a14b51
Octal254363335350115241113121
Binary10101100111100111101110111101010011011010000110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF3DD; }

 p { color: rgb(172,243,221); }

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

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

 a { background-color: rgb(172,243,221); }

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

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

 span { border-color: rgb(172,243,221); }

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