Shades of Celadon #9BEBA5
Tints of Celadon #9BEBA5
RGB
CMYK
RGB Variations
Color information
#9BEBA5 (or 0x9BEBA5) is known color: Celadon. HEX triplet: 9B, EB and A5. RGB value is (155,235,165). Sum of RGB (Red+Green+Blue) = 155+235+165=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 165 (64.84% from 255 or 29.73% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEBA5 is #64145A. Grayscale: #CBCBCB. Windows color (decimal): -6558811 or 10873755. OLE color: 10873755.
HSL color Cylindrical-coordinate representation of color #9BEBA5: hue angle of 127.5º 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 #9BEBA5 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 235 | 165 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.08 |
| HSL | 127.5º | 0.67% | 0.76% | - |
| HSV(B) | 127.5º | 0.34% | 0.92% | - |
| XYZ | 50.02 | 69.1 | 46.3 | - |
| YUV | 203.1 | 106.5 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 235 | 165 | 0.34 | 0 | 0.30 | 0.08 | 127.5 | 0.67 | 0.76 |
| Hex | 9B | EB | A5 | 22 | 0 | 1E | 8 | 80 | 43 | 4C |
| Octal | 233 | 353 | 245 | 42 | 0 | 36 | 10 | 200 | 103 | 114 |
| Binary | 10011011 | 11101011 | 10100101 | 100010 | 0 | 11110 | 1000 | 10000000 | 1000011 | 1001100 |
Color Harmonies of #9BEBA5
Complementary color
Monochromatic Colors of #9BEBA5
Black with #9BEBA5
Text Example
Text Example
White with #9BEBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEBA5; }
p { color: rgb(155,235,165); }
H1.HeaderClassName
{
color: #9BEBA5;
}
.AnyTagClassName
{
color: #9BEBA5;
}
</style>
background-color css
<style>
a { background-color: #9BEBA5; }
a { background-color: rgb(155,235,165); }
div.DivClassName
{
background-color: #9BEBA5;
}
.BgClassName
{
background-color: #9BEBA5;
}
</style>
border-color css
<style>
span { border-color: #9BEBA5; }
span { border-color: rgb(155,235,165); }
td.TdClassName
{
border-color: #9BEBA5;
}
.TagClassName
{
border-color: #9BEBA5;
}
</style>