Shades of Celadon #9BECA8
Tints of Celadon #9BECA8
RGB
CMYK
RGB Variations
Color information
#9BECA8 (or 0x9BECA8) is known color: Celadon. HEX triplet: 9B, EC and A8. RGB value is (155,236,168). Sum of RGB (Red+Green+Blue) = 155+236+168=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BECA8 is #641357. Grayscale: #CCCCCC. Windows color (decimal): -6558552 or 11070619. OLE color: 11070619.
HSL color Cylindrical-coordinate representation of color #9BECA8: hue angle of 129.63º 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 #9BECA8 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 168 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.07 |
| HSL | 129.63º | 0.68% | 0.77% | - |
| HSV(B) | 129.63º | 0.34% | 0.93% | - |
| XYZ | 50.58 | 69.79 | 47.85 | - |
| YUV | 204.03 | 107.66 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 168 | 0.34 | 0 | 0.29 | 0.07 | 129.63 | 0.68 | 0.77 |
| Hex | 9B | EC | A8 | 22 | 0 | 1D | 7 | 82 | 44 | 4D |
| Octal | 233 | 354 | 250 | 42 | 0 | 35 | 7 | 202 | 104 | 115 |
| Binary | 10011011 | 11101100 | 10101000 | 100010 | 0 | 11101 | 111 | 10000010 | 1000100 | 1001101 |
Color Harmonies of #9BECA8
Complementary color
Monochromatic Colors of #9BECA8
Black with #9BECA8
Text Example
Text Example
White with #9BECA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BECA8; }
p { color: rgb(155,236,168); }
H1.HeaderClassName
{
color: #9BECA8;
}
.AnyTagClassName
{
color: #9BECA8;
}
</style>
background-color css
<style>
a { background-color: #9BECA8; }
a { background-color: rgb(155,236,168); }
div.DivClassName
{
background-color: #9BECA8;
}
.BgClassName
{
background-color: #9BECA8;
}
</style>
border-color css
<style>
span { border-color: #9BECA8; }
span { border-color: rgb(155,236,168); }
td.TdClassName
{
border-color: #9BECA8;
}
.TagClassName
{
border-color: #9BECA8;
}
</style>