Shades of Water Leaf #AFFFE5
Tints of Water Leaf #AFFFE5
RGB
CMYK
RGB Variations
Color information
#AFFFE5 (or 0xAFFFE5) is known color: Water Leaf. HEX triplet: AF, FF and E5. RGB value is (175,255,229). Sum of RGB (Red+Green+Blue) = 175+255+229=659 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.56% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFE5 is #50001A. Grayscale: #E4E4E4. Windows color (decimal): -5242907 or 15073199. OLE color: 15073199.
HSL color Cylindrical-coordinate representation of color #AFFFE5: hue angle of 160.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFE5 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 229 | - |
| CMYK | 0.31 | 0 | 0.10 | 0 |
| HSL | 160.5º | 1% | 0.84% | - |
| HSV(B) | 160.5º | 0.31% | 1% | - |
| XYZ | 67.58 | 86.29 | 87.22 | - |
| YUV | 228.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 229 | 0.31 | 0 | 0.10 | 0 | 160.5 | 1 | 0.84 |
| Hex | AF | FF | E5 | 1F | 0 | A | 0 | A0 | 64 | 54 |
| Octal | 257 | 377 | 345 | 37 | 0 | 12 | 0 | 240 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11100101 | 11111 | 0 | 1010 | 0 | 10100000 | 1100100 | 1010100 |
Color Harmonies of #AFFFE5
Complementary color
Monochromatic Colors of #AFFFE5
Black with #AFFFE5
Text Example
Text Example
White with #AFFFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFE5; }
p { color: rgb(175,255,229); }
H1.HeaderClassName
{
color: #AFFFE5;
}
.AnyTagClassName
{
color: #AFFFE5;
}
</style>
background-color css
<style>
a { background-color: #AFFFE5; }
a { background-color: rgb(175,255,229); }
div.DivClassName
{
background-color: #AFFFE5;
}
.BgClassName
{
background-color: #AFFFE5;
}
</style>
border-color css
<style>
span { border-color: #AFFFE5; }
span { border-color: rgb(175,255,229); }
td.TdClassName
{
border-color: #AFFFE5;
}
.TagClassName
{
border-color: #AFFFE5;
}
</style>