Shades of Celadon #9CECAD
Tints of Celadon #9CECAD
RGB
CMYK
RGB Variations
Color information
#9CECAD (or 0x9CECAD) is known color: Celadon. HEX triplet: 9C, EC and AD. RGB value is (156,236,173). Sum of RGB (Red+Green+Blue) = 156+236+173=565 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.61% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CECAD is #631352. Grayscale: #CDCDCD. Windows color (decimal): -6493011 or 11398300. OLE color: 11398300.
HSL color Cylindrical-coordinate representation of color #9CECAD: hue angle of 132.75º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CECAD is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 173 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.07 |
| HSL | 132.75º | 0.68% | 0.77% | - |
| HSV(B) | 132.75º | 0.34% | 0.93% | - |
| XYZ | 51.25 | 70.08 | 50.36 | - |
| YUV | 204.9 | 110 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 173 | 0.34 | 0 | 0.27 | 0.07 | 132.75 | 0.68 | 0.77 |
| Hex | 9C | EC | AD | 22 | 0 | 1B | 7 | 85 | 44 | 4D |
| Octal | 234 | 354 | 255 | 42 | 0 | 33 | 7 | 205 | 104 | 115 |
| Binary | 10011100 | 11101100 | 10101101 | 100010 | 0 | 11011 | 111 | 10000101 | 1000100 | 1001101 |
Color Harmonies of #9CECAD
Complementary color
Monochromatic Colors of #9CECAD
Black with #9CECAD
Text Example
Text Example
White with #9CECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECAD; }
p { color: rgb(156,236,173); }
H1.HeaderClassName
{
color: #9CECAD;
}
.AnyTagClassName
{
color: #9CECAD;
}
</style>
background-color css
<style>
a { background-color: #9CECAD; }
a { background-color: rgb(156,236,173); }
div.DivClassName
{
background-color: #9CECAD;
}
.BgClassName
{
background-color: #9CECAD;
}
</style>
border-color css
<style>
span { border-color: #9CECAD; }
span { border-color: rgb(156,236,173); }
td.TdClassName
{
border-color: #9CECAD;
}
.TagClassName
{
border-color: #9CECAD;
}
</style>