Shades of Water Leaf #AFECE3
Tints of Water Leaf #AFECE3
RGB
CMYK
RGB Variations
Color information
#AFECE3 (or 0xAFECE3) is known color: Water Leaf. HEX triplet: AF, EC and E3. RGB value is (175,236,227). Sum of RGB (Red+Green+Blue) = 175+236+227=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECE3 is #50131C. Grayscale: #D8D8D8. Windows color (decimal): -5247773 or 14937263. OLE color: 14937263.
HSL color Cylindrical-coordinate representation of color #AFECE3: hue angle of 171.15º degrees, saturation: 0.62, 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 #AFECE3 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 227 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.07 |
| HSL | 171.15º | 0.62% | 0.81% | - |
| HSV(B) | 171.15º | 0.26% | 0.93% | - |
| XYZ | 61.54 | 74.65 | 83.84 | - |
| YUV | 216.74 | 133.79 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 227 | 0.26 | 0 | 0.04 | 0.07 | 171.15 | 0.62 | 0.81 |
| Hex | AF | EC | E3 | 1A | 0 | 4 | 7 | AB | 3E | 51 |
| Octal | 257 | 354 | 343 | 32 | 0 | 4 | 7 | 253 | 76 | 121 |
| Binary | 10101111 | 11101100 | 11100011 | 11010 | 0 | 100 | 111 | 10101011 | 111110 | 1010001 |
Color Harmonies of #AFECE3
Complementary color
Monochromatic Colors of #AFECE3
Black with #AFECE3
Text Example
Text Example
White with #AFECE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECE3; }
p { color: rgb(175,236,227); }
H1.HeaderClassName
{
color: #AFECE3;
}
.AnyTagClassName
{
color: #AFECE3;
}
</style>
background-color css
<style>
a { background-color: #AFECE3; }
a { background-color: rgb(175,236,227); }
div.DivClassName
{
background-color: #AFECE3;
}
.BgClassName
{
background-color: #AFECE3;
}
</style>
border-color css
<style>
span { border-color: #AFECE3; }
span { border-color: rgb(175,236,227); }
td.TdClassName
{
border-color: #AFECE3;
}
.TagClassName
{
border-color: #AFECE3;
}
</style>