Shades of Celadon #9CFCB5
Tints of Celadon #9CFCB5
RGB
CMYK
RGB Variations
Color information
#9CFCB5 (or 0x9CFCB5) is known color: Celadon. HEX triplet: 9C, FC and B5. RGB value is (156,252,181). Sum of RGB (Red+Green+Blue) = 156+252+181=589 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.49% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFCB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFCB5 is #63034A. Grayscale: #D7D7D7. Windows color (decimal): -6488907 or 11926684. OLE color: 11926684.
HSL color Cylindrical-coordinate representation of color #9CFCB5: hue angle of 135.62º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFCB5 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 252 | 181 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.01 |
| HSL | 135.63º | 0.94% | 0.8% | - |
| HSV(B) | 135.63º | 0.38% | 0.99% | - |
| XYZ | 56.86 | 80.02 | 56.17 | - |
| YUV | 215.2 | 108.7 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 252 | 181 | 0.38 | 0 | 0.28 | 0.01 | 135.63 | 0.94 | 0.8 |
| Hex | 9C | FC | B5 | 26 | 0 | 1C | 1 | 88 | 5E | 50 |
| Octal | 234 | 374 | 265 | 46 | 0 | 34 | 1 | 210 | 136 | 120 |
| Binary | 10011100 | 11111100 | 10110101 | 100110 | 0 | 11100 | 1 | 10001000 | 1011110 | 1010000 |
Color Harmonies of #9CFCB5
Complementary color
Monochromatic Colors of #9CFCB5
Black with #9CFCB5
Text Example
Text Example
White with #9CFCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFCB5; }
p { color: rgb(156,252,181); }
H1.HeaderClassName
{
color: #9CFCB5;
}
.AnyTagClassName
{
color: #9CFCB5;
}
</style>
background-color css
<style>
a { background-color: #9CFCB5; }
a { background-color: rgb(156,252,181); }
div.DivClassName
{
background-color: #9CFCB5;
}
.BgClassName
{
background-color: #9CFCB5;
}
</style>
border-color css
<style>
span { border-color: #9CFCB5; }
span { border-color: rgb(156,252,181); }
td.TdClassName
{
border-color: #9CFCB5;
}
.TagClassName
{
border-color: #9CFCB5;
}
</style>