Shades of Water Leaf #AFF2DF
Tints of Water Leaf #AFF2DF
RGB
CMYK
RGB Variations
Color information
#AFF2DF (or 0xAFF2DF) is known color: Water Leaf. HEX triplet: AF, F2 and DF. RGB value is (175,242,223). Sum of RGB (Red+Green+Blue) = 175+242+223=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2DF is #500D20. Grayscale: #DBDBDB. Windows color (decimal): -5246241 or 14676655. OLE color: 14676655.
HSL color Cylindrical-coordinate representation of color #AFF2DF: hue angle of 162.99º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF2DF is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 223 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.05 |
| HSL | 162.99º | 0.72% | 0.82% | - |
| HSV(B) | 162.99º | 0.28% | 0.95% | - |
| XYZ | 62.75 | 77.95 | 81.55 | - |
| YUV | 219.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 223 | 0.28 | 0 | 0.08 | 0.05 | 162.99 | 0.72 | 0.82 |
| Hex | AF | F2 | DF | 1C | 0 | 8 | 5 | A3 | 48 | 52 |
| Octal | 257 | 362 | 337 | 34 | 0 | 10 | 5 | 243 | 110 | 122 |
| Binary | 10101111 | 11110010 | 11011111 | 11100 | 0 | 1000 | 101 | 10100011 | 1001000 | 1010010 |
Color Harmonies of #AFF2DF
Complementary color
Monochromatic Colors of #AFF2DF
Black with #AFF2DF
Text Example
Text Example
White with #AFF2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF2DF; }
p { color: rgb(175,242,223); }
H1.HeaderClassName
{
color: #AFF2DF;
}
.AnyTagClassName
{
color: #AFF2DF;
}
</style>
background-color css
<style>
a { background-color: #AFF2DF; }
a { background-color: rgb(175,242,223); }
div.DivClassName
{
background-color: #AFF2DF;
}
.BgClassName
{
background-color: #AFF2DF;
}
</style>
border-color css
<style>
span { border-color: #AFF2DF; }
span { border-color: rgb(175,242,223); }
td.TdClassName
{
border-color: #AFF2DF;
}
.TagClassName
{
border-color: #AFF2DF;
}
</style>