Shades of Water Leaf #AFF1E4
Tints of Water Leaf #AFF1E4
RGB
CMYK
RGB Variations
Color information
#AFF1E4 (or 0xAFF1E4) is known color: Water Leaf. HEX triplet: AF, F1 and E4. RGB value is (175,241,228). Sum of RGB (Red+Green+Blue) = 175+241+228=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1E4 is #500E1B. Grayscale: #DBDBDB. Windows color (decimal): -5246492 or 15004079. OLE color: 15004079.
HSL color Cylindrical-coordinate representation of color #AFF1E4: hue angle of 168.18º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1E4 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 228 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.05 |
| HSL | 168.18º | 0.7% | 0.82% | - |
| HSV(B) | 168.18º | 0.27% | 0.95% | - |
| XYZ | 63.14 | 77.63 | 85.05 | - |
| YUV | 219.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 228 | 0.27 | 0 | 0.05 | 0.05 | 168.18 | 0.7 | 0.82 |
| Hex | AF | F1 | E4 | 1B | 0 | 5 | 5 | A8 | 46 | 52 |
| Octal | 257 | 361 | 344 | 33 | 0 | 5 | 5 | 250 | 106 | 122 |
| Binary | 10101111 | 11110001 | 11100100 | 11011 | 0 | 101 | 101 | 10101000 | 1000110 | 1010010 |
Color Harmonies of #AFF1E4
Complementary color
Monochromatic Colors of #AFF1E4
Black with #AFF1E4
Text Example
Text Example
White with #AFF1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1E4; }
p { color: rgb(175,241,228); }
H1.HeaderClassName
{
color: #AFF1E4;
}
.AnyTagClassName
{
color: #AFF1E4;
}
</style>
background-color css
<style>
a { background-color: #AFF1E4; }
a { background-color: rgb(175,241,228); }
div.DivClassName
{
background-color: #AFF1E4;
}
.BgClassName
{
background-color: #AFF1E4;
}
</style>
border-color css
<style>
span { border-color: #AFF1E4; }
span { border-color: rgb(175,241,228); }
td.TdClassName
{
border-color: #AFF1E4;
}
.TagClassName
{
border-color: #AFF1E4;
}
</style>