Shades of Celadon #9CEBAB
Tints of Celadon #9CEBAB
RGB
CMYK
RGB Variations
Color information
#9CEBAB (or 0x9CEBAB) is known color: Celadon. HEX triplet: 9C, EB and AB. RGB value is (156,235,171). Sum of RGB (Red+Green+Blue) = 156+235+171=562 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.76% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CEBAB is #631454. Grayscale: #CCCCCC. Windows color (decimal): -6493269 or 11266972. OLE color: 11266972.
HSL color Cylindrical-coordinate representation of color #9CEBAB: hue angle of 131.39º 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 #9CEBAB is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 235 | 171 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.08 |
| HSL | 131.39º | 0.66% | 0.77% | - |
| HSV(B) | 131.39º | 0.34% | 0.92% | - |
| XYZ | 50.77 | 69.42 | 49.25 | - |
| YUV | 204.08 | 109.33 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 235 | 171 | 0.34 | 0 | 0.27 | 0.08 | 131.39 | 0.66 | 0.77 |
| Hex | 9C | EB | AB | 22 | 0 | 1B | 8 | 83 | 42 | 4D |
| Octal | 234 | 353 | 253 | 42 | 0 | 33 | 10 | 203 | 102 | 115 |
| Binary | 10011100 | 11101011 | 10101011 | 100010 | 0 | 11011 | 1000 | 10000011 | 1000010 | 1001101 |
Color Harmonies of #9CEBAB
Complementary color
Monochromatic Colors of #9CEBAB
Black with #9CEBAB
Text Example
Text Example
White with #9CEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEBAB; }
p { color: rgb(156,235,171); }
H1.HeaderClassName
{
color: #9CEBAB;
}
.AnyTagClassName
{
color: #9CEBAB;
}
</style>
background-color css
<style>
a { background-color: #9CEBAB; }
a { background-color: rgb(156,235,171); }
div.DivClassName
{
background-color: #9CEBAB;
}
.BgClassName
{
background-color: #9CEBAB;
}
</style>
border-color css
<style>
span { border-color: #9CEBAB; }
span { border-color: rgb(156,235,171); }
td.TdClassName
{
border-color: #9CEBAB;
}
.TagClassName
{
border-color: #9CEBAB;
}
</style>