Shades of Water Leaf #AFFFE4
Tints of Water Leaf #AFFFE4
RGB
CMYK
RGB Variations
Color information
#AFFFE4 (or 0xAFFFE4) is known color: Water Leaf. HEX triplet: AF, FF and E4. RGB value is (175,255,228). Sum of RGB (Red+Green+Blue) = 175+255+228=658 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.60% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 228 (89.45% from 255 or 34.65% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFE4 is #50001B. Grayscale: #E4E4E4. Windows color (decimal): -5242908 or 15007663. OLE color: 15007663.
HSL color Cylindrical-coordinate representation of color #AFFFE4: hue angle of 159.75º 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 #AFFFE4 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 228 | - |
| CMYK | 0.31 | 0 | 0.11 | 0 |
| HSL | 159.75º | 1% | 0.84% | - |
| HSV(B) | 159.75º | 0.31% | 1% | - |
| XYZ | 67.44 | 86.24 | 86.49 | - |
| YUV | 228 | 128 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 228 | 0.31 | 0 | 0.11 | 0 | 159.75 | 1 | 0.84 |
| Hex | AF | FF | E4 | 1F | 0 | B | 0 | A0 | 64 | 54 |
| Octal | 257 | 377 | 344 | 37 | 0 | 13 | 0 | 240 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11100100 | 11111 | 0 | 1011 | 0 | 10100000 | 1100100 | 1010100 |
Color Harmonies of #AFFFE4
Complementary color
Monochromatic Colors of #AFFFE4
Black with #AFFFE4
Text Example
Text Example
White with #AFFFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFE4; }
p { color: rgb(175,255,228); }
H1.HeaderClassName
{
color: #AFFFE4;
}
.AnyTagClassName
{
color: #AFFFE4;
}
</style>
background-color css
<style>
a { background-color: #AFFFE4; }
a { background-color: rgb(175,255,228); }
div.DivClassName
{
background-color: #AFFFE4;
}
.BgClassName
{
background-color: #AFFFE4;
}
</style>
border-color css
<style>
span { border-color: #AFFFE4; }
span { border-color: rgb(175,255,228); }
td.TdClassName
{
border-color: #AFFFE4;
}
.TagClassName
{
border-color: #AFFFE4;
}
</style>