Shades of Water Leaf #A8FBE5
Tints of Water Leaf #A8FBE5
RGB
CMYK
RGB Variations
Color information
#A8FBE5 (or 0xA8FBE5) is known color: Water Leaf. HEX triplet: A8, FB and E5. RGB value is (168,251,229). Sum of RGB (Red+Green+Blue) = 168+251+229=648 (85% of max value = 765). Red value is 168 (66.02% from 255 or 25.93% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FBE5 is #57041A. Grayscale: #DFDFDF. Windows color (decimal): -5702683 or 15072168. OLE color: 15072168.
HSL color Cylindrical-coordinate representation of color #A8FBE5: hue angle of 164.1º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FBE5 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 229 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.02 |
| HSL | 164.1º | 0.91% | 0.82% | - |
| HSV(B) | 164.1º | 0.33% | 0.98% | - |
| XYZ | 64.79 | 82.98 | 86.73 | - |
| YUV | 223.68 | 131 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 229 | 0.33 | 0 | 0.09 | 0.02 | 164.1 | 0.91 | 0.82 |
| Hex | A8 | FB | E5 | 21 | 0 | 9 | 2 | A4 | 5B | 52 |
| Octal | 250 | 373 | 345 | 41 | 0 | 11 | 2 | 244 | 133 | 122 |
| Binary | 10101000 | 11111011 | 11100101 | 100001 | 0 | 1001 | 10 | 10100100 | 1011011 | 1010010 |
Color Harmonies of #A8FBE5
Complementary color
Monochromatic Colors of #A8FBE5
Black with #A8FBE5
Text Example
Text Example
White with #A8FBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FBE5; }
p { color: rgb(168,251,229); }
H1.HeaderClassName
{
color: #A8FBE5;
}
.AnyTagClassName
{
color: #A8FBE5;
}
</style>
background-color css
<style>
a { background-color: #A8FBE5; }
a { background-color: rgb(168,251,229); }
div.DivClassName
{
background-color: #A8FBE5;
}
.BgClassName
{
background-color: #A8FBE5;
}
</style>
border-color css
<style>
span { border-color: #A8FBE5; }
span { border-color: rgb(168,251,229); }
td.TdClassName
{
border-color: #A8FBE5;
}
.TagClassName
{
border-color: #A8FBE5;
}
</style>