Shades of Celadon #9EEBAE
Tints of Celadon #9EEBAE
RGB
CMYK
RGB Variations
Color information
#9EEBAE (or 0x9EEBAE) is known color: Celadon. HEX triplet: 9E, EB and AE. RGB value is (158,235,174). Sum of RGB (Red+Green+Blue) = 158+235+174=567 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.87% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEBAE is #611451. Grayscale: #CDCDCD. Windows color (decimal): -6362194 or 11463582. OLE color: 11463582.
HSL color Cylindrical-coordinate representation of color #9EEBAE: hue angle of 132.47º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEBAE is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 235 | 174 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.08 |
| HSL | 132.47º | 0.66% | 0.77% | - |
| HSV(B) | 132.47º | 0.33% | 0.92% | - |
| XYZ | 51.45 | 69.74 | 50.79 | - |
| YUV | 205.02 | 110.49 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 235 | 174 | 0.33 | 0 | 0.26 | 0.08 | 132.47 | 0.66 | 0.77 |
| Hex | 9E | EB | AE | 21 | 0 | 1A | 8 | 84 | 42 | 4D |
| Octal | 236 | 353 | 256 | 41 | 0 | 32 | 10 | 204 | 102 | 115 |
| Binary | 10011110 | 11101011 | 10101110 | 100001 | 0 | 11010 | 1000 | 10000100 | 1000010 | 1001101 |
Color Harmonies of #9EEBAE
Complementary color
Monochromatic Colors of #9EEBAE
Black with #9EEBAE
Text Example
Text Example
White with #9EEBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEBAE; }
p { color: rgb(158,235,174); }
H1.HeaderClassName
{
color: #9EEBAE;
}
.AnyTagClassName
{
color: #9EEBAE;
}
</style>
background-color css
<style>
a { background-color: #9EEBAE; }
a { background-color: rgb(158,235,174); }
div.DivClassName
{
background-color: #9EEBAE;
}
.BgClassName
{
background-color: #9EEBAE;
}
</style>
border-color css
<style>
span { border-color: #9EEBAE; }
span { border-color: rgb(158,235,174); }
td.TdClassName
{
border-color: #9EEBAE;
}
.TagClassName
{
border-color: #9EEBAE;
}
</style>