Shades of Celadon #9BEBAB
Tints of Celadon #9BEBAB
RGB
CMYK
RGB Variations
Color information
#9BEBAB (or 0x9BEBAB) is known color: Celadon. HEX triplet: 9B, EB and AB. RGB value is (155,235,171). Sum of RGB (Red+Green+Blue) = 155+235+171=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEBAB is #641454. Grayscale: #CBCBCB. Windows color (decimal): -6558805 or 11266971. OLE color: 11266971.
HSL color Cylindrical-coordinate representation of color #9BEBAB: hue angle of 132º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEBAB is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 235 | 171 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.08 |
| HSL | 132º | 0.67% | 0.76% | - |
| HSV(B) | 132º | 0.34% | 0.92% | - |
| XYZ | 50.58 | 69.33 | 49.24 | - |
| YUV | 203.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 235 | 171 | 0.34 | 0 | 0.27 | 0.08 | 132 | 0.67 | 0.76 |
| Hex | 9B | EB | AB | 22 | 0 | 1B | 8 | 84 | 43 | 4C |
| Octal | 233 | 353 | 253 | 42 | 0 | 33 | 10 | 204 | 103 | 114 |
| Binary | 10011011 | 11101011 | 10101011 | 100010 | 0 | 11011 | 1000 | 10000100 | 1000011 | 1001100 |
Color Harmonies of #9BEBAB
Complementary color
Monochromatic Colors of #9BEBAB
Black with #9BEBAB
Text Example
Text Example
White with #9BEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEBAB; }
p { color: rgb(155,235,171); }
H1.HeaderClassName
{
color: #9BEBAB;
}
.AnyTagClassName
{
color: #9BEBAB;
}
</style>
background-color css
<style>
a { background-color: #9BEBAB; }
a { background-color: rgb(155,235,171); }
div.DivClassName
{
background-color: #9BEBAB;
}
.BgClassName
{
background-color: #9BEBAB;
}
</style>
border-color css
<style>
span { border-color: #9BEBAB; }
span { border-color: rgb(155,235,171); }
td.TdClassName
{
border-color: #9BEBAB;
}
.TagClassName
{
border-color: #9BEBAB;
}
</style>