Shades of Water Leaf #AFFDEA
Tints of Water Leaf #AFFDEA
RGB
CMYK
RGB Variations
Color information
#AFFDEA (or 0xAFFDEA) is known color: Water Leaf. HEX triplet: AF, FD and EA. RGB value is (175,253,234). Sum of RGB (Red+Green+Blue) = 175+253+234=662 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.44% from 662); Green value is 253 (99.22% from 255 or 38.22% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFDEA is #500215. Grayscale: #E3E3E3. Windows color (decimal): -5243414 or 15400367. OLE color: 15400367.
HSL color Cylindrical-coordinate representation of color #AFFDEA: hue angle of 165.38º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFDEA is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 234 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.01 |
| HSL | 165.38º | 0.95% | 0.84% | - |
| HSV(B) | 165.38º | 0.31% | 0.99% | - |
| XYZ | 67.66 | 85.31 | 90.74 | - |
| YUV | 227.51 | 131.66 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 234 | 0.31 | 0 | 0.08 | 0.01 | 165.38 | 0.95 | 0.84 |
| Hex | AF | FD | EA | 1F | 0 | 8 | 1 | A5 | 5F | 54 |
| Octal | 257 | 375 | 352 | 37 | 0 | 10 | 1 | 245 | 137 | 124 |
| Binary | 10101111 | 11111101 | 11101010 | 11111 | 0 | 1000 | 1 | 10100101 | 1011111 | 1010100 |
Color Harmonies of #AFFDEA
Complementary color
Monochromatic Colors of #AFFDEA
Black with #AFFDEA
Text Example
Text Example
White with #AFFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFDEA; }
p { color: rgb(175,253,234); }
H1.HeaderClassName
{
color: #AFFDEA;
}
.AnyTagClassName
{
color: #AFFDEA;
}
</style>
background-color css
<style>
a { background-color: #AFFDEA; }
a { background-color: rgb(175,253,234); }
div.DivClassName
{
background-color: #AFFDEA;
}
.BgClassName
{
background-color: #AFFDEA;
}
</style>
border-color css
<style>
span { border-color: #AFFDEA; }
span { border-color: rgb(175,253,234); }
td.TdClassName
{
border-color: #AFFDEA;
}
.TagClassName
{
border-color: #AFFDEA;
}
</style>