Shades of Water Leaf #ACF2DB
Tints of Water Leaf #ACF2DB
RGB
CMYK
RGB Variations
Color information
#ACF2DB (or 0xACF2DB) is known color: Water Leaf. HEX triplet: AC, F2 and DB. RGB value is (172,242,219). Sum of RGB (Red+Green+Blue) = 172+242+219=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2DB is #530D24. Grayscale: #DADADA. Windows color (decimal): -5442853 or 14414508. OLE color: 14414508.
HSL color Cylindrical-coordinate representation of color #ACF2DB: hue angle of 160.29º degrees, saturation: 0.73, 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 #ACF2DB is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 219 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.05 |
| HSL | 160.29º | 0.73% | 0.81% | - |
| HSV(B) | 160.29º | 0.29% | 0.95% | - |
| XYZ | 61.55 | 77.39 | 78.71 | - |
| YUV | 218.45 | 128.31 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 219 | 0.29 | 0 | 0.10 | 0.05 | 160.29 | 0.73 | 0.81 |
| Hex | AC | F2 | DB | 1D | 0 | A | 5 | A0 | 49 | 51 |
| Octal | 254 | 362 | 333 | 35 | 0 | 12 | 5 | 240 | 111 | 121 |
| Binary | 10101100 | 11110010 | 11011011 | 11101 | 0 | 1010 | 101 | 10100000 | 1001001 | 1010001 |
Color Harmonies of #ACF2DB
Complementary color
Monochromatic Colors of #ACF2DB
Black with #ACF2DB
Text Example
Text Example
White with #ACF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2DB; }
p { color: rgb(172,242,219); }
H1.HeaderClassName
{
color: #ACF2DB;
}
.AnyTagClassName
{
color: #ACF2DB;
}
</style>
background-color css
<style>
a { background-color: #ACF2DB; }
a { background-color: rgb(172,242,219); }
div.DivClassName
{
background-color: #ACF2DB;
}
.BgClassName
{
background-color: #ACF2DB;
}
</style>
border-color css
<style>
span { border-color: #ACF2DB; }
span { border-color: rgb(172,242,219); }
td.TdClassName
{
border-color: #ACF2DB;
}
.TagClassName
{
border-color: #ACF2DB;
}
</style>