Shades of Celadon #9CEBB0
Tints of Celadon #9CEBB0
RGB
CMYK
RGB Variations
Color information
#9CEBB0 (or 0x9CEBB0) is known color: Celadon. HEX triplet: 9C, EB and B0. RGB value is (156,235,176). Sum of RGB (Red+Green+Blue) = 156+235+176=567 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.51% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CEBB0 is #63144F. Grayscale: #CCCCCC. Windows color (decimal): -6493264 or 11594652. OLE color: 11594652.
HSL color Cylindrical-coordinate representation of color #9CEBB0: hue angle of 135.19º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEBB0 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 235 | 176 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.08 |
| HSL | 135.19º | 0.66% | 0.77% | - |
| HSV(B) | 135.19º | 0.34% | 0.92% | - |
| XYZ | 51.26 | 69.62 | 51.81 | - |
| YUV | 204.65 | 111.83 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 235 | 176 | 0.34 | 0 | 0.25 | 0.08 | 135.19 | 0.66 | 0.77 |
| Hex | 9C | EB | B0 | 22 | 0 | 19 | 8 | 87 | 42 | 4D |
| Octal | 234 | 353 | 260 | 42 | 0 | 31 | 10 | 207 | 102 | 115 |
| Binary | 10011100 | 11101011 | 10110000 | 100010 | 0 | 11001 | 1000 | 10000111 | 1000010 | 1001101 |
Color Harmonies of #9CEBB0
Complementary color
Monochromatic Colors of #9CEBB0
Black with #9CEBB0
Text Example
Text Example
White with #9CEBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEBB0; }
p { color: rgb(156,235,176); }
H1.HeaderClassName
{
color: #9CEBB0;
}
.AnyTagClassName
{
color: #9CEBB0;
}
</style>
background-color css
<style>
a { background-color: #9CEBB0; }
a { background-color: rgb(156,235,176); }
div.DivClassName
{
background-color: #9CEBB0;
}
.BgClassName
{
background-color: #9CEBB0;
}
</style>
border-color css
<style>
span { border-color: #9CEBB0; }
span { border-color: rgb(156,235,176); }
td.TdClassName
{
border-color: #9CEBB0;
}
.TagClassName
{
border-color: #9CEBB0;
}
</style>