Shades of Water Leaf #9CF9E3
Tints of Water Leaf #9CF9E3
RGB
CMYK
RGB Variations
Color information
#9CF9E3 (or 0x9CF9E3) is known color: Water Leaf. HEX triplet: 9C, F9 and E3. RGB value is (156,249,227). Sum of RGB (Red+Green+Blue) = 156+249+227=632 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.68% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 227 (89.06% from 255 or 35.92% from 632); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF9E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF9E3 is #63061C. Grayscale: #DADADA. Windows color (decimal): -6489629 or 14940572. OLE color: 14940572.
HSL color Cylindrical-coordinate representation of color #9CF9E3: hue angle of 165.81º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CF9E3 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 249 | 227 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.02 |
| HSL | 165.81º | 0.89% | 0.79% | - |
| HSV(B) | 165.81º | 0.37% | 0.98% | - |
| XYZ | 61.45 | 80.37 | 84.95 | - |
| YUV | 218.69 | 132.69 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 249 | 227 | 0.37 | 0 | 0.09 | 0.02 | 165.81 | 0.89 | 0.79 |
| Hex | 9C | F9 | E3 | 25 | 0 | 9 | 2 | A6 | 59 | 4F |
| Octal | 234 | 371 | 343 | 45 | 0 | 11 | 2 | 246 | 131 | 117 |
| Binary | 10011100 | 11111001 | 11100011 | 100101 | 0 | 1001 | 10 | 10100110 | 1011001 | 1001111 |
Color Harmonies of #9CF9E3
Complementary color
Monochromatic Colors of #9CF9E3
Black with #9CF9E3
Text Example
Text Example
White with #9CF9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF9E3; }
p { color: rgb(156,249,227); }
H1.HeaderClassName
{
color: #9CF9E3;
}
.AnyTagClassName
{
color: #9CF9E3;
}
</style>
background-color css
<style>
a { background-color: #9CF9E3; }
a { background-color: rgb(156,249,227); }
div.DivClassName
{
background-color: #9CF9E3;
}
.BgClassName
{
background-color: #9CF9E3;
}
</style>
border-color css
<style>
span { border-color: #9CF9E3; }
span { border-color: rgb(156,249,227); }
td.TdClassName
{
border-color: #9CF9E3;
}
.TagClassName
{
border-color: #9CF9E3;
}
</style>