Shades of Water Leaf #A8F0DD
Tints of Water Leaf #A8F0DD
RGB
CMYK
RGB Variations
Color information
#A8F0DD (or 0xA8F0DD) is known color: Water Leaf. HEX triplet: A8, F0 and DD. RGB value is (168,240,221). Sum of RGB (Red+Green+Blue) = 168+240+221=629 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.71% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F0DD is #570F22. Grayscale: #D8D8D8. Windows color (decimal): -5705507 or 14545064. OLE color: 14545064.
HSL color Cylindrical-coordinate representation of color #A8F0DD: hue angle of 164.17º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F0DD is Cyan = 0.3, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 168 | 240 | 221 | - |
CMYK | 0.3 | 0 | 0.08 | 0.06 |
HSL | 164.17º | 0.71% | 0.8% | - |
HSV(B) | 164.17º | 0.3% | 0.94% | - |
XYZ | 60.36 | 75.87 | 79.87 | - |
YUV | 216.31 | 130.65 | 93.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 240 | 221 | 0.3 | 0 | 0.08 | 0.06 | 164.17 | 0.71 | 0.8 |
Hex | A8 | F0 | DD | 1E | 0 | 8 | 6 | A4 | 47 | 50 |
Octal | 250 | 360 | 335 | 36 | 0 | 10 | 6 | 244 | 107 | 120 |
Binary | 10101000 | 11110000 | 11011101 | 11110 | 0 | 1000 | 110 | 10100100 | 1000111 | 1010000 |
Color Harmonies of #A8F0DD
Complementary color
Monochromatic Colors of #A8F0DD
Black with #A8F0DD
Text Example
Text Example
White with #A8F0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F0DD; }
p { color: rgb(168,240,221); }
H1.HeaderClassName
{
color: #A8F0DD;
}
.AnyTagClassName
{
color: #A8F0DD;
}
</style>
background-color css
<style>
a { background-color: #A8F0DD; }
a { background-color: rgb(168,240,221); }
div.DivClassName
{
background-color: #A8F0DD;
}
.BgClassName
{
background-color: #A8F0DD;
}
</style>
border-color css
<style>
span { border-color: #A8F0DD; }
span { border-color: rgb(168,240,221); }
td.TdClassName
{
border-color: #A8F0DD;
}
.TagClassName
{
border-color: #A8F0DD;
}
</style>