Shades of Celadon #9CEBA6
Tints of Celadon #9CEBA6
RGB
CMYK
RGB Variations
Color information
#9CEBA6 (or 0x9CEBA6) is known color: Celadon. HEX triplet: 9C, EB and A6. RGB value is (156,235,166). Sum of RGB (Red+Green+Blue) = 156+235+166=557 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.01% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 166 (65.23% from 255 or 29.80% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEBA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CEBA6 is #631459. Grayscale: #CBCBCB. Windows color (decimal): -6493274 or 10939292. OLE color: 10939292.
HSL color Cylindrical-coordinate representation of color #9CEBA6: hue angle of 127.59º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEBA6 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 235 | 166 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.08 |
| HSL | 127.59º | 0.66% | 0.77% | - |
| HSV(B) | 127.59º | 0.34% | 0.92% | - |
| XYZ | 50.3 | 69.24 | 46.79 | - |
| YUV | 203.51 | 106.83 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 235 | 166 | 0.34 | 0 | 0.29 | 0.08 | 127.59 | 0.66 | 0.77 |
| Hex | 9C | EB | A6 | 22 | 0 | 1D | 8 | 80 | 42 | 4D |
| Octal | 234 | 353 | 246 | 42 | 0 | 35 | 10 | 200 | 102 | 115 |
| Binary | 10011100 | 11101011 | 10100110 | 100010 | 0 | 11101 | 1000 | 10000000 | 1000010 | 1001101 |
Color Harmonies of #9CEBA6
Complementary color
Monochromatic Colors of #9CEBA6
Black with #9CEBA6
Text Example
Text Example
White with #9CEBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEBA6; }
p { color: rgb(156,235,166); }
H1.HeaderClassName
{
color: #9CEBA6;
}
.AnyTagClassName
{
color: #9CEBA6;
}
</style>
background-color css
<style>
a { background-color: #9CEBA6; }
a { background-color: rgb(156,235,166); }
div.DivClassName
{
background-color: #9CEBA6;
}
.BgClassName
{
background-color: #9CEBA6;
}
</style>
border-color css
<style>
span { border-color: #9CEBA6; }
span { border-color: rgb(156,235,166); }
td.TdClassName
{
border-color: #9CEBA6;
}
.TagClassName
{
border-color: #9CEBA6;
}
</style>