Shades of Celadon #9CEBAF
Tints of Celadon #9CEBAF
RGB
CMYK
RGB Variations
Color information
#9CEBAF (or 0x9CEBAF) is known color: Celadon. HEX triplet: 9C, EB and AF. RGB value is (156,235,175). Sum of RGB (Red+Green+Blue) = 156+235+175=566 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.56% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CEBAF is #631450. Grayscale: #CCCCCC. Windows color (decimal): -6493265 or 11529116. OLE color: 11529116.
HSL color Cylindrical-coordinate representation of color #9CEBAF: hue angle of 134.43º 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 #9CEBAF is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 235 | 175 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.08 |
| HSL | 134.43º | 0.66% | 0.77% | - |
| HSV(B) | 134.43º | 0.34% | 0.92% | - |
| XYZ | 51.16 | 69.58 | 51.29 | - |
| YUV | 204.54 | 111.33 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 235 | 175 | 0.34 | 0 | 0.26 | 0.08 | 134.43 | 0.66 | 0.77 |
| Hex | 9C | EB | AF | 22 | 0 | 1A | 8 | 86 | 42 | 4D |
| Octal | 234 | 353 | 257 | 42 | 0 | 32 | 10 | 206 | 102 | 115 |
| Binary | 10011100 | 11101011 | 10101111 | 100010 | 0 | 11010 | 1000 | 10000110 | 1000010 | 1001101 |
Color Harmonies of #9CEBAF
Complementary color
Monochromatic Colors of #9CEBAF
Black with #9CEBAF
Text Example
Text Example
White with #9CEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEBAF; }
p { color: rgb(156,235,175); }
H1.HeaderClassName
{
color: #9CEBAF;
}
.AnyTagClassName
{
color: #9CEBAF;
}
</style>
background-color css
<style>
a { background-color: #9CEBAF; }
a { background-color: rgb(156,235,175); }
div.DivClassName
{
background-color: #9CEBAF;
}
.BgClassName
{
background-color: #9CEBAF;
}
</style>
border-color css
<style>
span { border-color: #9CEBAF; }
span { border-color: rgb(156,235,175); }
td.TdClassName
{
border-color: #9CEBAF;
}
.TagClassName
{
border-color: #9CEBAF;
}
</style>