Shades of Celadon #9CEDAF
Tints of Celadon #9CEDAF
RGB
CMYK
RGB Variations
Color information
#9CEDAF (or 0x9CEDAF) is known color: Celadon. HEX triplet: 9C, ED and AF. RGB value is (156,237,175). Sum of RGB (Red+Green+Blue) = 156+237+175=568 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.46% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CEDAF is #631250. Grayscale: #CDCDCD. Windows color (decimal): -6492753 or 11529628. OLE color: 11529628.
HSL color Cylindrical-coordinate representation of color #9CEDAF: hue angle of 134.07º degrees, saturation: 0.69, 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 #9CEDAF is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 237 | 175 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.07 |
| HSL | 134.07º | 0.69% | 0.77% | - |
| HSV(B) | 134.07º | 0.34% | 0.93% | - |
| XYZ | 51.73 | 70.73 | 51.48 | - |
| YUV | 205.71 | 110.66 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 237 | 175 | 0.34 | 0 | 0.26 | 0.07 | 134.07 | 0.69 | 0.77 |
| Hex | 9C | ED | AF | 22 | 0 | 1A | 7 | 86 | 45 | 4D |
| Octal | 234 | 355 | 257 | 42 | 0 | 32 | 7 | 206 | 105 | 115 |
| Binary | 10011100 | 11101101 | 10101111 | 100010 | 0 | 11010 | 111 | 10000110 | 1000101 | 1001101 |
Color Harmonies of #9CEDAF
Complementary color
Monochromatic Colors of #9CEDAF
Black with #9CEDAF
Text Example
Text Example
White with #9CEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEDAF; }
p { color: rgb(156,237,175); }
H1.HeaderClassName
{
color: #9CEDAF;
}
.AnyTagClassName
{
color: #9CEDAF;
}
</style>
background-color css
<style>
a { background-color: #9CEDAF; }
a { background-color: rgb(156,237,175); }
div.DivClassName
{
background-color: #9CEDAF;
}
.BgClassName
{
background-color: #9CEDAF;
}
</style>
border-color css
<style>
span { border-color: #9CEDAF; }
span { border-color: rgb(156,237,175); }
td.TdClassName
{
border-color: #9CEDAF;
}
.TagClassName
{
border-color: #9CEDAF;
}
</style>