Shades of Water Leaf #AFF1E3
Tints of Water Leaf #AFF1E3
RGB
CMYK
RGB Variations
Color information
#AFF1E3 (or 0xAFF1E3) is known color: Water Leaf. HEX triplet: AF, F1 and E3. RGB value is (175,241,227). Sum of RGB (Red+Green+Blue) = 175+241+227=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 227 (89.06% from 255 or 35.30% from 643); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1E3 is #500E1C. Grayscale: #DBDBDB. Windows color (decimal): -5246493 or 14938543. OLE color: 14938543.
HSL color Cylindrical-coordinate representation of color #AFF1E3: hue angle of 167.27º 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 #AFF1E3 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 227 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.05 |
| HSL | 167.27º | 0.7% | 0.82% | - |
| HSV(B) | 167.27º | 0.27% | 0.95% | - |
| XYZ | 63 | 77.57 | 84.33 | - |
| YUV | 219.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 227 | 0.27 | 0 | 0.06 | 0.05 | 167.27 | 0.7 | 0.82 |
| Hex | AF | F1 | E3 | 1B | 0 | 6 | 5 | A7 | 46 | 52 |
| Octal | 257 | 361 | 343 | 33 | 0 | 6 | 5 | 247 | 106 | 122 |
| Binary | 10101111 | 11110001 | 11100011 | 11011 | 0 | 110 | 101 | 10100111 | 1000110 | 1010010 |
Color Harmonies of #AFF1E3
Complementary color
Monochromatic Colors of #AFF1E3
Black with #AFF1E3
Text Example
Text Example
White with #AFF1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1E3; }
p { color: rgb(175,241,227); }
H1.HeaderClassName
{
color: #AFF1E3;
}
.AnyTagClassName
{
color: #AFF1E3;
}
</style>
background-color css
<style>
a { background-color: #AFF1E3; }
a { background-color: rgb(175,241,227); }
div.DivClassName
{
background-color: #AFF1E3;
}
.BgClassName
{
background-color: #AFF1E3;
}
</style>
border-color css
<style>
span { border-color: #AFF1E3; }
span { border-color: rgb(175,241,227); }
td.TdClassName
{
border-color: #AFF1E3;
}
.TagClassName
{
border-color: #AFF1E3;
}
</style>