Shades of Water Leaf #AFF8DF
Tints of Water Leaf #AFF8DF
RGB
CMYK
RGB Variations
Color information
#AFF8DF (or 0xAFF8DF) is known color: Water Leaf. HEX triplet: AF, F8 and DF. RGB value is (175,248,223). Sum of RGB (Red+Green+Blue) = 175+248+223=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 248 (97.27% from 255 or 38.39% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF8DF is #500720. Grayscale: #DFDFDF. Windows color (decimal): -5244705 or 14678191. OLE color: 14678191.
HSL color Cylindrical-coordinate representation of color #AFF8DF: hue angle of 159.45º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF8DF is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 248 | 223 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.03 |
| HSL | 159.45º | 0.84% | 0.83% | - |
| HSV(B) | 159.45º | 0.29% | 0.97% | - |
| XYZ | 64.57 | 81.58 | 82.15 | - |
| YUV | 223.32 | 127.82 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 248 | 223 | 0.29 | 0 | 0.10 | 0.03 | 159.45 | 0.84 | 0.83 |
| Hex | AF | F8 | DF | 1D | 0 | A | 3 | 9F | 54 | 53 |
| Octal | 257 | 370 | 337 | 35 | 0 | 12 | 3 | 237 | 124 | 123 |
| Binary | 10101111 | 11111000 | 11011111 | 11101 | 0 | 1010 | 11 | 10011111 | 1010100 | 1010011 |
Color Harmonies of #AFF8DF
Complementary color
Monochromatic Colors of #AFF8DF
Black with #AFF8DF
Text Example
Text Example
White with #AFF8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF8DF; }
p { color: rgb(175,248,223); }
H1.HeaderClassName
{
color: #AFF8DF;
}
.AnyTagClassName
{
color: #AFF8DF;
}
</style>
background-color css
<style>
a { background-color: #AFF8DF; }
a { background-color: rgb(175,248,223); }
div.DivClassName
{
background-color: #AFF8DF;
}
.BgClassName
{
background-color: #AFF8DF;
}
</style>
border-color css
<style>
span { border-color: #AFF8DF; }
span { border-color: rgb(175,248,223); }
td.TdClassName
{
border-color: #AFF8DF;
}
.TagClassName
{
border-color: #AFF8DF;
}
</style>