Shades of Celadon #9DEEB0
Tints of Celadon #9DEEB0
RGB
CMYK
RGB Variations
Color information
#9DEEB0 (or 0x9DEEB0) is known color: Celadon. HEX triplet: 9D, EE and B0. RGB value is (157,238,176). Sum of RGB (Red+Green+Blue) = 157+238+176=571 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.50% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEEB0 is #62114F. Grayscale: #CECECE. Windows color (decimal): -6426960 or 11595421. OLE color: 11595421.
HSL color Cylindrical-coordinate representation of color #9DEEB0: hue angle of 134.07º degrees, saturation: 0.7, 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 #9DEEB0 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 238 | 176 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.07 |
| HSL | 134.07º | 0.7% | 0.77% | - |
| HSV(B) | 134.07º | 0.34% | 0.93% | - |
| XYZ | 52.32 | 71.45 | 52.11 | - |
| YUV | 206.71 | 110.66 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 238 | 176 | 0.34 | 0 | 0.26 | 0.07 | 134.07 | 0.7 | 0.77 |
| Hex | 9D | EE | B0 | 22 | 0 | 1A | 7 | 86 | 46 | 4D |
| Octal | 235 | 356 | 260 | 42 | 0 | 32 | 7 | 206 | 106 | 115 |
| Binary | 10011101 | 11101110 | 10110000 | 100010 | 0 | 11010 | 111 | 10000110 | 1000110 | 1001101 |
Color Harmonies of #9DEEB0
Complementary color
Monochromatic Colors of #9DEEB0
Black with #9DEEB0
Text Example
Text Example
White with #9DEEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEEB0; }
p { color: rgb(157,238,176); }
H1.HeaderClassName
{
color: #9DEEB0;
}
.AnyTagClassName
{
color: #9DEEB0;
}
</style>
background-color css
<style>
a { background-color: #9DEEB0; }
a { background-color: rgb(157,238,176); }
div.DivClassName
{
background-color: #9DEEB0;
}
.BgClassName
{
background-color: #9DEEB0;
}
</style>
border-color css
<style>
span { border-color: #9DEEB0; }
span { border-color: rgb(157,238,176); }
td.TdClassName
{
border-color: #9DEEB0;
}
.TagClassName
{
border-color: #9DEEB0;
}
</style>