Shades of Celadon #9BECAF
Tints of Celadon #9BECAF
RGB
CMYK
RGB Variations
Color information
#9BECAF (or 0x9BECAF) is known color: Celadon. HEX triplet: 9B, EC and AF. RGB value is (155,236,175). Sum of RGB (Red+Green+Blue) = 155+236+175=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BECAF is #641350. Grayscale: #CCCCCC. Windows color (decimal): -6558545 or 11529371. OLE color: 11529371.
HSL color Cylindrical-coordinate representation of color #9BECAF: hue angle of 134.81º degrees, saturation: 0.68, 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 #9BECAF is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 175 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.07 |
| HSL | 134.81º | 0.68% | 0.77% | - |
| HSV(B) | 134.81º | 0.34% | 0.93% | - |
| XYZ | 51.25 | 70.05 | 51.38 | - |
| YUV | 204.83 | 111.16 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 175 | 0.34 | 0 | 0.26 | 0.07 | 134.81 | 0.68 | 0.77 |
| Hex | 9B | EC | AF | 22 | 0 | 1A | 7 | 87 | 44 | 4D |
| Octal | 233 | 354 | 257 | 42 | 0 | 32 | 7 | 207 | 104 | 115 |
| Binary | 10011011 | 11101100 | 10101111 | 100010 | 0 | 11010 | 111 | 10000111 | 1000100 | 1001101 |
Color Harmonies of #9BECAF
Complementary color
Monochromatic Colors of #9BECAF
Black with #9BECAF
Text Example
Text Example
White with #9BECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BECAF; }
p { color: rgb(155,236,175); }
H1.HeaderClassName
{
color: #9BECAF;
}
.AnyTagClassName
{
color: #9BECAF;
}
</style>
background-color css
<style>
a { background-color: #9BECAF; }
a { background-color: rgb(155,236,175); }
div.DivClassName
{
background-color: #9BECAF;
}
.BgClassName
{
background-color: #9BECAF;
}
</style>
border-color css
<style>
span { border-color: #9BECAF; }
span { border-color: rgb(155,236,175); }
td.TdClassName
{
border-color: #9BECAF;
}
.TagClassName
{
border-color: #9BECAF;
}
</style>