Shades of Water Leaf #9FFBE3
Tints of Water Leaf #9FFBE3
RGB
CMYK
RGB Variations
Color information
#9FFBE3 (or 0x9FFBE3) is known color: Water Leaf. HEX triplet: 9F, FB and E3. RGB value is (159,251,227). Sum of RGB (Red+Green+Blue) = 159+251+227=637 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.96% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 227 (89.06% from 255 or 35.64% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFBE3 is #60041C. Grayscale: #DCDCDC. Windows color (decimal): -6292509 or 14941087. OLE color: 14941087.
HSL color Cylindrical-coordinate representation of color #9FFBE3: hue angle of 164.35º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFBE3 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 227 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.02 |
| HSL | 164.35º | 0.92% | 0.8% | - |
| HSV(B) | 164.35º | 0.37% | 0.98% | - |
| XYZ | 62.66 | 81.91 | 85.18 | - |
| YUV | 220.76 | 131.52 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 227 | 0.37 | 0 | 0.10 | 0.02 | 164.35 | 0.92 | 0.8 |
| Hex | 9F | FB | E3 | 25 | 0 | A | 2 | A4 | 5C | 50 |
| Octal | 237 | 373 | 343 | 45 | 0 | 12 | 2 | 244 | 134 | 120 |
| Binary | 10011111 | 11111011 | 11100011 | 100101 | 0 | 1010 | 10 | 10100100 | 1011100 | 1010000 |
Color Harmonies of #9FFBE3
Complementary color
Monochromatic Colors of #9FFBE3
Black with #9FFBE3
Text Example
Text Example
White with #9FFBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFBE3; }
p { color: rgb(159,251,227); }
H1.HeaderClassName
{
color: #9FFBE3;
}
.AnyTagClassName
{
color: #9FFBE3;
}
</style>
background-color css
<style>
a { background-color: #9FFBE3; }
a { background-color: rgb(159,251,227); }
div.DivClassName
{
background-color: #9FFBE3;
}
.BgClassName
{
background-color: #9FFBE3;
}
</style>
border-color css
<style>
span { border-color: #9FFBE3; }
span { border-color: rgb(159,251,227); }
td.TdClassName
{
border-color: #9FFBE3;
}
.TagClassName
{
border-color: #9FFBE3;
}
</style>