Shades of Water Leaf #AFEDDA
Tints of Water Leaf #AFEDDA
RGB
CMYK
RGB Variations
Color information
#AFEDDA (or 0xAFEDDA) is known color: Water Leaf. HEX triplet: AF, ED and DA. RGB value is (175,237,218). Sum of RGB (Red+Green+Blue) = 175+237+218=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDDA is #501225. Grayscale: #D8D8D8. Windows color (decimal): -5247526 or 14347695. OLE color: 14347695.
HSL color Cylindrical-coordinate representation of color #AFEDDA: hue angle of 161.61º 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 #AFEDDA is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 218 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.07 |
| HSL | 161.61º | 0.63% | 0.81% | - |
| HSV(B) | 161.61º | 0.26% | 0.93% | - |
| XYZ | 60.62 | 74.74 | 77.56 | - |
| YUV | 216.3 | 128.96 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 218 | 0.26 | 0 | 0.08 | 0.07 | 161.61 | 0.63 | 0.81 |
| Hex | AF | ED | DA | 1A | 0 | 8 | 7 | A2 | 3F | 51 |
| Octal | 257 | 355 | 332 | 32 | 0 | 10 | 7 | 242 | 77 | 121 |
| Binary | 10101111 | 11101101 | 11011010 | 11010 | 0 | 1000 | 111 | 10100010 | 111111 | 1010001 |
Color Harmonies of #AFEDDA
Complementary color
Monochromatic Colors of #AFEDDA
Black with #AFEDDA
Text Example
Text Example
White with #AFEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDDA; }
p { color: rgb(175,237,218); }
H1.HeaderClassName
{
color: #AFEDDA;
}
.AnyTagClassName
{
color: #AFEDDA;
}
</style>
background-color css
<style>
a { background-color: #AFEDDA; }
a { background-color: rgb(175,237,218); }
div.DivClassName
{
background-color: #AFEDDA;
}
.BgClassName
{
background-color: #AFEDDA;
}
</style>
border-color css
<style>
span { border-color: #AFEDDA; }
span { border-color: rgb(175,237,218); }
td.TdClassName
{
border-color: #AFEDDA;
}
.TagClassName
{
border-color: #AFEDDA;
}
</style>