Shades of Water Leaf #A8F3DD
Tints of Water Leaf #A8F3DD
RGB
CMYK
RGB Variations
Color information
#A8F3DD (or 0xA8F3DD) is known color: Water Leaf. HEX triplet: A8, F3 and DD. RGB value is (168,243,221). Sum of RGB (Red+Green+Blue) = 168+243+221=632 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.58% from 632); Green value is 243 (95.31% from 255 or 38.45% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F3DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F3DD is #570C22. Grayscale: #DADADA. Windows color (decimal): -5704739 or 14545832. OLE color: 14545832.
HSL color Cylindrical-coordinate representation of color #A8F3DD: hue angle of 162.4º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F3DD is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 221 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.05 |
| HSL | 162.4º | 0.76% | 0.81% | - |
| HSV(B) | 162.4º | 0.31% | 0.95% | - |
| XYZ | 61.25 | 77.65 | 80.17 | - |
| YUV | 218.07 | 129.65 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 221 | 0.31 | 0 | 0.09 | 0.05 | 162.4 | 0.76 | 0.81 |
| Hex | A8 | F3 | DD | 1F | 0 | 9 | 5 | A2 | 4C | 51 |
| Octal | 250 | 363 | 335 | 37 | 0 | 11 | 5 | 242 | 114 | 121 |
| Binary | 10101000 | 11110011 | 11011101 | 11111 | 0 | 1001 | 101 | 10100010 | 1001100 | 1010001 |
Color Harmonies of #A8F3DD
Complementary color
Monochromatic Colors of #A8F3DD
Black with #A8F3DD
Text Example
Text Example
White with #A8F3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F3DD; }
p { color: rgb(168,243,221); }
H1.HeaderClassName
{
color: #A8F3DD;
}
.AnyTagClassName
{
color: #A8F3DD;
}
</style>
background-color css
<style>
a { background-color: #A8F3DD; }
a { background-color: rgb(168,243,221); }
div.DivClassName
{
background-color: #A8F3DD;
}
.BgClassName
{
background-color: #A8F3DD;
}
</style>
border-color css
<style>
span { border-color: #A8F3DD; }
span { border-color: rgb(168,243,221); }
td.TdClassName
{
border-color: #A8F3DD;
}
.TagClassName
{
border-color: #A8F3DD;
}
</style>