Shades of Water Leaf #AFEDDB
Tints of Water Leaf #AFEDDB
RGB
CMYK
RGB Variations
Color information
#AFEDDB (or 0xAFEDDB) is known color: Water Leaf. HEX triplet: AF, ED and DB. RGB value is (175,237,219). Sum of RGB (Red+Green+Blue) = 175+237+219=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDDB is #501224. Grayscale: #D8D8D8. Windows color (decimal): -5247525 or 14413231. OLE color: 14413231.
HSL color Cylindrical-coordinate representation of color #AFEDDB: hue angle of 162.58º 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 #AFEDDB is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 219 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.07 |
| HSL | 162.58º | 0.63% | 0.81% | - |
| HSV(B) | 162.58º | 0.26% | 0.93% | - |
| XYZ | 60.75 | 74.8 | 78.25 | - |
| YUV | 216.41 | 129.46 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 219 | 0.26 | 0 | 0.08 | 0.07 | 162.58 | 0.63 | 0.81 |
| Hex | AF | ED | DB | 1A | 0 | 8 | 7 | A3 | 3F | 51 |
| Octal | 257 | 355 | 333 | 32 | 0 | 10 | 7 | 243 | 77 | 121 |
| Binary | 10101111 | 11101101 | 11011011 | 11010 | 0 | 1000 | 111 | 10100011 | 111111 | 1010001 |
Color Harmonies of #AFEDDB
Complementary color
Monochromatic Colors of #AFEDDB
Black with #AFEDDB
Text Example
Text Example
White with #AFEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDDB; }
p { color: rgb(175,237,219); }
H1.HeaderClassName
{
color: #AFEDDB;
}
.AnyTagClassName
{
color: #AFEDDB;
}
</style>
background-color css
<style>
a { background-color: #AFEDDB; }
a { background-color: rgb(175,237,219); }
div.DivClassName
{
background-color: #AFEDDB;
}
.BgClassName
{
background-color: #AFEDDB;
}
</style>
border-color css
<style>
span { border-color: #AFEDDB; }
span { border-color: rgb(175,237,219); }
td.TdClassName
{
border-color: #AFEDDB;
}
.TagClassName
{
border-color: #AFEDDB;
}
</style>