Shades of Water Leaf #AFFBE2
Tints of Water Leaf #AFFBE2
RGB
CMYK
RGB Variations
Color information
#AFFBE2 (or 0xAFFBE2) is known color: Water Leaf. HEX triplet: AF, FB and E2. RGB value is (175,251,226). Sum of RGB (Red+Green+Blue) = 175+251+226=652 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.84% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBE2 is #50041D. Grayscale: #E1E1E1. Windows color (decimal): -5243934 or 14875567. OLE color: 14875567.
HSL color Cylindrical-coordinate representation of color #AFFBE2: hue angle of 160.26º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBE2 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 251 | 226 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.02 |
| HSL | 160.26º | 0.9% | 0.84% | - |
| HSV(B) | 160.26º | 0.3% | 0.98% | - |
| XYZ | 65.9 | 83.6 | 84.61 | - |
| YUV | 225.43 | 128.32 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 251 | 226 | 0.30 | 0 | 0.10 | 0.02 | 160.26 | 0.9 | 0.84 |
| Hex | AF | FB | E2 | 1E | 0 | A | 2 | A0 | 5A | 54 |
| Octal | 257 | 373 | 342 | 36 | 0 | 12 | 2 | 240 | 132 | 124 |
| Binary | 10101111 | 11111011 | 11100010 | 11110 | 0 | 1010 | 10 | 10100000 | 1011010 | 1010100 |
Color Harmonies of #AFFBE2
Complementary color
Monochromatic Colors of #AFFBE2
Black with #AFFBE2
Text Example
Text Example
White with #AFFBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFBE2; }
p { color: rgb(175,251,226); }
H1.HeaderClassName
{
color: #AFFBE2;
}
.AnyTagClassName
{
color: #AFFBE2;
}
</style>
background-color css
<style>
a { background-color: #AFFBE2; }
a { background-color: rgb(175,251,226); }
div.DivClassName
{
background-color: #AFFBE2;
}
.BgClassName
{
background-color: #AFFBE2;
}
</style>
border-color css
<style>
span { border-color: #AFFBE2; }
span { border-color: rgb(175,251,226); }
td.TdClassName
{
border-color: #AFFBE2;
}
.TagClassName
{
border-color: #AFFBE2;
}
</style>