Shades of Water Leaf #AFFDE2
Tints of Water Leaf #AFFDE2
RGB
CMYK
RGB Variations
Color information
#AFFDE2 (or 0xAFFDE2) is known color: Water Leaf. HEX triplet: AF, FD and E2. RGB value is (175,253,226). Sum of RGB (Red+Green+Blue) = 175+253+226=654 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.76% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDE2 is #50021D. Grayscale: #E2E2E2. Windows color (decimal): -5243422 or 14876079. OLE color: 14876079.
HSL color Cylindrical-coordinate representation of color #AFFDE2: hue angle of 159.23º 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 #AFFDE2 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 226 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.01 |
| HSL | 159.23º | 0.95% | 0.84% | - |
| HSV(B) | 159.23º | 0.31% | 0.99% | - |
| XYZ | 66.53 | 84.86 | 84.82 | - |
| YUV | 226.6 | 127.66 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 226 | 0.31 | 0 | 0.11 | 0.01 | 159.23 | 0.95 | 0.84 |
| Hex | AF | FD | E2 | 1F | 0 | B | 1 | 9F | 5F | 54 |
| Octal | 257 | 375 | 342 | 37 | 0 | 13 | 1 | 237 | 137 | 124 |
| Binary | 10101111 | 11111101 | 11100010 | 11111 | 0 | 1011 | 1 | 10011111 | 1011111 | 1010100 |
Color Harmonies of #AFFDE2
Complementary color
Monochromatic Colors of #AFFDE2
Black with #AFFDE2
Text Example
Text Example
White with #AFFDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFDE2; }
p { color: rgb(175,253,226); }
H1.HeaderClassName
{
color: #AFFDE2;
}
.AnyTagClassName
{
color: #AFFDE2;
}
</style>
background-color css
<style>
a { background-color: #AFFDE2; }
a { background-color: rgb(175,253,226); }
div.DivClassName
{
background-color: #AFFDE2;
}
.BgClassName
{
background-color: #AFFDE2;
}
</style>
border-color css
<style>
span { border-color: #AFFDE2; }
span { border-color: rgb(175,253,226); }
td.TdClassName
{
border-color: #AFFDE2;
}
.TagClassName
{
border-color: #AFFDE2;
}
</style>