#ACF5DD

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

Shades of Water Leaf #ACF5DD

Tints of Water Leaf #ACF5DD

Color information

#ACF5DD (or 0xACF5DD) is unknown color: approx Water Leaf. HEX triplet: AC, F5 and DD. RGB value is (172,245,221). Sum of RGB (Red+Green+Blue) = 172+245+221=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 245 (96.09% from 255 or 38.40% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5DD is #530A22. Grayscale: #DCDCDC. Windows color (decimal): -5442083 or 14546348. OLE color: 14546348.

HSL color Cylindrical-coordinate representation of color #ACF5DD: hue angle of 160.27º degrees, saturation: 0.78, 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 #ACF5DD is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB172245221-
CMYK0.3000.100.04
HSL160.27º78.49%81.76%-
HSV(B)160.27º29.8%96.08%-
XYZ62.7279.380.41-
YUV220.44128.3293.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.96%
GREEN value IS 245 (96.09% from 255) = 38.40%
BLUE value IS 221 (86.72% from 255) = 34.64%
R=26.96%
G=38.40%
B=34.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722452210.3000.100.04160.2778.4981.76
HexACF5DD1E0A4a04e52
Octal254365335360124240116122
Binary10101100111101011101110111110010101001010000010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF5DD; }

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

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

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

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

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

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

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

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