Shades of Water Leaf #A5FBE1
Tints of Water Leaf #A5FBE1
RGB
CMYK
RGB Variations
Color information
#A5FBE1 (or 0xA5FBE1) is known color: Water Leaf. HEX triplet: A5, FB and E1. RGB value is (165,251,225). Sum of RGB (Red+Green+Blue) = 165+251+225=641 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.74% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FBE1 is #5A041E. Grayscale: #DEDEDE. Windows color (decimal): -5899295 or 14810021. OLE color: 14810021.
HSL color Cylindrical-coordinate representation of color #A5FBE1: hue angle of 161.86º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FBE1 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 251 | 225 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.02 |
| HSL | 161.86º | 0.91% | 0.82% | - |
| HSV(B) | 161.86º | 0.34% | 0.98% | - |
| XYZ | 63.6 | 82.43 | 83.79 | - |
| YUV | 222.32 | 129.51 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 251 | 225 | 0.34 | 0 | 0.10 | 0.02 | 161.86 | 0.91 | 0.82 |
| Hex | A5 | FB | E1 | 22 | 0 | A | 2 | A2 | 5B | 52 |
| Octal | 245 | 373 | 341 | 42 | 0 | 12 | 2 | 242 | 133 | 122 |
| Binary | 10100101 | 11111011 | 11100001 | 100010 | 0 | 1010 | 10 | 10100010 | 1011011 | 1010010 |
Color Harmonies of #A5FBE1
Complementary color
Monochromatic Colors of #A5FBE1
Black with #A5FBE1
Text Example
Text Example
White with #A5FBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FBE1; }
p { color: rgb(165,251,225); }
H1.HeaderClassName
{
color: #A5FBE1;
}
.AnyTagClassName
{
color: #A5FBE1;
}
</style>
background-color css
<style>
a { background-color: #A5FBE1; }
a { background-color: rgb(165,251,225); }
div.DivClassName
{
background-color: #A5FBE1;
}
.BgClassName
{
background-color: #A5FBE1;
}
</style>
border-color css
<style>
span { border-color: #A5FBE1; }
span { border-color: rgb(165,251,225); }
td.TdClassName
{
border-color: #A5FBE1;
}
.TagClassName
{
border-color: #A5FBE1;
}
</style>