Shades of Water Leaf #AFF1E6
Tints of Water Leaf #AFF1E6
RGB
CMYK
RGB Variations
Color information
#AFF1E6 (or 0xAFF1E6) is known color: Water Leaf. HEX triplet: AF, F1 and E6. RGB value is (175,241,230). Sum of RGB (Red+Green+Blue) = 175+241+230=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 241 (94.53% from 255 or 37.31% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF1E6 is #500E19. Grayscale: #DBDBDB. Windows color (decimal): -5246490 or 15135151. OLE color: 15135151.
HSL color Cylindrical-coordinate representation of color #AFF1E6: hue angle of 170º 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 #AFF1E6 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 230 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.05 |
| HSL | 170º | 0.7% | 0.82% | - |
| HSV(B) | 170º | 0.27% | 0.95% | - |
| XYZ | 63.42 | 77.74 | 86.53 | - |
| YUV | 220.01 | 133.63 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 230 | 0.27 | 0 | 0.05 | 0.05 | 170 | 0.7 | 0.82 |
| Hex | AF | F1 | E6 | 1B | 0 | 5 | 5 | AA | 46 | 52 |
| Octal | 257 | 361 | 346 | 33 | 0 | 5 | 5 | 252 | 106 | 122 |
| Binary | 10101111 | 11110001 | 11100110 | 11011 | 0 | 101 | 101 | 10101010 | 1000110 | 1010010 |
Color Harmonies of #AFF1E6
Complementary color
Monochromatic Colors of #AFF1E6
Black with #AFF1E6
Text Example
Text Example
White with #AFF1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1E6; }
p { color: rgb(175,241,230); }
H1.HeaderClassName
{
color: #AFF1E6;
}
.AnyTagClassName
{
color: #AFF1E6;
}
</style>
background-color css
<style>
a { background-color: #AFF1E6; }
a { background-color: rgb(175,241,230); }
div.DivClassName
{
background-color: #AFF1E6;
}
.BgClassName
{
background-color: #AFF1E6;
}
</style>
border-color css
<style>
span { border-color: #AFF1E6; }
span { border-color: rgb(175,241,230); }
td.TdClassName
{
border-color: #AFF1E6;
}
.TagClassName
{
border-color: #AFF1E6;
}
</style>