Shades of Water Leaf #A8F3DF
Tints of Water Leaf #A8F3DF
RGB
CMYK
RGB Variations
Color information
#A8F3DF (or 0xA8F3DF) is known color: Water Leaf. HEX triplet: A8, F3 and DF. RGB value is (168,243,223). Sum of RGB (Red+Green+Blue) = 168+243+223=634 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.50% from 634); Green value is 243 (95.31% from 255 or 38.33% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F3DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F3DF is #570C20. Grayscale: #DADADA. Windows color (decimal): -5704737 or 14676904. OLE color: 14676904.
HSL color Cylindrical-coordinate representation of color #A8F3DF: hue angle of 164º 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 #A8F3DF is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 223 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.05 |
| HSL | 164º | 0.76% | 0.81% | - |
| HSV(B) | 164º | 0.31% | 0.95% | - |
| XYZ | 61.52 | 77.75 | 81.58 | - |
| YUV | 218.3 | 130.65 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 223 | 0.31 | 0 | 0.08 | 0.05 | 164 | 0.76 | 0.81 |
| Hex | A8 | F3 | DF | 1F | 0 | 8 | 5 | A4 | 4C | 51 |
| Octal | 250 | 363 | 337 | 37 | 0 | 10 | 5 | 244 | 114 | 121 |
| Binary | 10101000 | 11110011 | 11011111 | 11111 | 0 | 1000 | 101 | 10100100 | 1001100 | 1010001 |
Color Harmonies of #A8F3DF
Complementary color
Monochromatic Colors of #A8F3DF
Black with #A8F3DF
Text Example
Text Example
White with #A8F3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F3DF; }
p { color: rgb(168,243,223); }
H1.HeaderClassName
{
color: #A8F3DF;
}
.AnyTagClassName
{
color: #A8F3DF;
}
</style>
background-color css
<style>
a { background-color: #A8F3DF; }
a { background-color: rgb(168,243,223); }
div.DivClassName
{
background-color: #A8F3DF;
}
.BgClassName
{
background-color: #A8F3DF;
}
</style>
border-color css
<style>
span { border-color: #A8F3DF; }
span { border-color: rgb(168,243,223); }
td.TdClassName
{
border-color: #A8F3DF;
}
.TagClassName
{
border-color: #A8F3DF;
}
</style>