Shades of Water Leaf #AFEDDF
Tints of Water Leaf #AFEDDF
RGB
CMYK
RGB Variations
Color information
#AFEDDF (or 0xAFEDDF) is known color: Water Leaf. HEX triplet: AF, ED and DF. RGB value is (175,237,223). Sum of RGB (Red+Green+Blue) = 175+237+223=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDDF is #501220. Grayscale: #D8D8D8. Windows color (decimal): -5247521 or 14675375. OLE color: 14675375.
HSL color Cylindrical-coordinate representation of color #AFEDDF: hue angle of 166.45º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEDDF is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 223 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.07 |
| HSL | 166.45º | 0.63% | 0.81% | - |
| HSV(B) | 166.45º | 0.26% | 0.93% | - |
| XYZ | 61.28 | 75.01 | 81.06 | - |
| YUV | 216.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 223 | 0.26 | 0 | 0.06 | 0.07 | 166.45 | 0.63 | 0.81 |
| Hex | AF | ED | DF | 1A | 0 | 6 | 7 | A6 | 3F | 51 |
| Octal | 257 | 355 | 337 | 32 | 0 | 6 | 7 | 246 | 77 | 121 |
| Binary | 10101111 | 11101101 | 11011111 | 11010 | 0 | 110 | 111 | 10100110 | 111111 | 1010001 |
Color Harmonies of #AFEDDF
Complementary color
Monochromatic Colors of #AFEDDF
Black with #AFEDDF
Text Example
Text Example
White with #AFEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDDF; }
p { color: rgb(175,237,223); }
H1.HeaderClassName
{
color: #AFEDDF;
}
.AnyTagClassName
{
color: #AFEDDF;
}
</style>
background-color css
<style>
a { background-color: #AFEDDF; }
a { background-color: rgb(175,237,223); }
div.DivClassName
{
background-color: #AFEDDF;
}
.BgClassName
{
background-color: #AFEDDF;
}
</style>
border-color css
<style>
span { border-color: #AFEDDF; }
span { border-color: rgb(175,237,223); }
td.TdClassName
{
border-color: #AFEDDF;
}
.TagClassName
{
border-color: #AFEDDF;
}
</style>