Shades of Celadon #9DEBB0
Tints of Celadon #9DEBB0
RGB
CMYK
RGB Variations
Color information
#9DEBB0 (or 0x9DEBB0) is known color: Celadon. HEX triplet: 9D, EB and B0. RGB value is (157,235,176). Sum of RGB (Red+Green+Blue) = 157+235+176=568 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.64% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEBB0 is #62144F. Grayscale: #CDCDCD. Windows color (decimal): -6427728 or 11594653. OLE color: 11594653.
HSL color Cylindrical-coordinate representation of color #9DEBB0: hue angle of 134.62º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEBB0 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 235 | 176 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.08 |
| HSL | 134.62º | 0.66% | 0.77% | - |
| HSV(B) | 134.62º | 0.33% | 0.92% | - |
| XYZ | 51.45 | 69.72 | 51.82 | - |
| YUV | 204.95 | 111.66 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 176 | 0.33 | 0 | 0.25 | 0.08 | 134.62 | 0.66 | 0.77 |
| Hex | 9D | EB | B0 | 21 | 0 | 19 | 8 | 87 | 42 | 4D |
| Octal | 235 | 353 | 260 | 41 | 0 | 31 | 10 | 207 | 102 | 115 |
| Binary | 10011101 | 11101011 | 10110000 | 100001 | 0 | 11001 | 1000 | 10000111 | 1000010 | 1001101 |
Color Harmonies of #9DEBB0
Complementary color
Monochromatic Colors of #9DEBB0
Black with #9DEBB0
Text Example
Text Example
White with #9DEBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEBB0; }
p { color: rgb(157,235,176); }
H1.HeaderClassName
{
color: #9DEBB0;
}
.AnyTagClassName
{
color: #9DEBB0;
}
</style>
background-color css
<style>
a { background-color: #9DEBB0; }
a { background-color: rgb(157,235,176); }
div.DivClassName
{
background-color: #9DEBB0;
}
.BgClassName
{
background-color: #9DEBB0;
}
</style>
border-color css
<style>
span { border-color: #9DEBB0; }
span { border-color: rgb(157,235,176); }
td.TdClassName
{
border-color: #9DEBB0;
}
.TagClassName
{
border-color: #9DEBB0;
}
</style>