Shades of Celadon #9BECAA
Tints of Celadon #9BECAA
RGB
CMYK
RGB Variations
Color information
#9BECAA (or 0x9BECAA) is known color: Celadon. HEX triplet: 9B, EC and AA. RGB value is (155,236,170). Sum of RGB (Red+Green+Blue) = 155+236+170=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BECAA is #641355. Grayscale: #CCCCCC. Windows color (decimal): -6558550 or 11201691. OLE color: 11201691.
HSL color Cylindrical-coordinate representation of color #9BECAA: hue angle of 131.11º 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 #9BECAA is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 170 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.07 |
| HSL | 131.11º | 0.68% | 0.77% | - |
| HSV(B) | 131.11º | 0.34% | 0.93% | - |
| XYZ | 50.77 | 69.86 | 48.84 | - |
| YUV | 204.26 | 108.66 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 170 | 0.34 | 0 | 0.28 | 0.07 | 131.11 | 0.68 | 0.77 |
| Hex | 9B | EC | AA | 22 | 0 | 1C | 7 | 83 | 44 | 4D |
| Octal | 233 | 354 | 252 | 42 | 0 | 34 | 7 | 203 | 104 | 115 |
| Binary | 10011011 | 11101100 | 10101010 | 100010 | 0 | 11100 | 111 | 10000011 | 1000100 | 1001101 |
Color Harmonies of #9BECAA
Complementary color
Monochromatic Colors of #9BECAA
Black with #9BECAA
Text Example
Text Example
White with #9BECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BECAA; }
p { color: rgb(155,236,170); }
H1.HeaderClassName
{
color: #9BECAA;
}
.AnyTagClassName
{
color: #9BECAA;
}
</style>
background-color css
<style>
a { background-color: #9BECAA; }
a { background-color: rgb(155,236,170); }
div.DivClassName
{
background-color: #9BECAA;
}
.BgClassName
{
background-color: #9BECAA;
}
</style>
border-color css
<style>
span { border-color: #9BECAA; }
span { border-color: rgb(155,236,170); }
td.TdClassName
{
border-color: #9BECAA;
}
.TagClassName
{
border-color: #9BECAA;
}
</style>