Shades of Celadon #9BEDA8
Tints of Celadon #9BEDA8
RGB
CMYK
RGB Variations
Color information
#9BEDA8 (or 0x9BEDA8) is known color: Celadon. HEX triplet: 9B, ED and A8. RGB value is (155,237,168). Sum of RGB (Red+Green+Blue) = 155+237+168=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #9BEDA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEDA8 is #641257. Grayscale: #CCCCCC. Windows color (decimal): -6558296 or 11070875. OLE color: 11070875.
HSL color Cylindrical-coordinate representation of color #9BEDA8: hue angle of 129.51º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEDA8 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 237 | 168 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.07 |
| HSL | 129.51º | 0.69% | 0.77% | - |
| HSV(B) | 129.51º | 0.35% | 0.93% | - |
| XYZ | 50.87 | 70.36 | 47.95 | - |
| YUV | 204.62 | 107.33 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 237 | 168 | 0.35 | 0 | 0.29 | 0.07 | 129.51 | 0.69 | 0.77 |
| Hex | 9B | ED | A8 | 23 | 0 | 1D | 7 | 82 | 45 | 4D |
| Octal | 233 | 355 | 250 | 43 | 0 | 35 | 7 | 202 | 105 | 115 |
| Binary | 10011011 | 11101101 | 10101000 | 100011 | 0 | 11101 | 111 | 10000010 | 1000101 | 1001101 |
Color Harmonies of #9BEDA8
Complementary color
Monochromatic Colors of #9BEDA8
Black with #9BEDA8
Text Example
Text Example
White with #9BEDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEDA8; }
p { color: rgb(155,237,168); }
H1.HeaderClassName
{
color: #9BEDA8;
}
.AnyTagClassName
{
color: #9BEDA8;
}
</style>
background-color css
<style>
a { background-color: #9BEDA8; }
a { background-color: rgb(155,237,168); }
div.DivClassName
{
background-color: #9BEDA8;
}
.BgClassName
{
background-color: #9BEDA8;
}
</style>
border-color css
<style>
span { border-color: #9BEDA8; }
span { border-color: rgb(155,237,168); }
td.TdClassName
{
border-color: #9BEDA8;
}
.TagClassName
{
border-color: #9BEDA8;
}
</style>