Shades of Celadon #9FECB4
Tints of Celadon #9FECB4
RGB
CMYK
RGB Variations
Color information
#9FECB4 (or 0x9FECB4) is known color: Celadon. HEX triplet: 9F, EC and B4. RGB value is (159,236,180). Sum of RGB (Red+Green+Blue) = 159+236+180=575 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.65% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECB4 is #60134B. Grayscale: #CECECE. Windows color (decimal): -6296396 or 11857055. OLE color: 11857055.
HSL color Cylindrical-coordinate representation of color #9FECB4: hue angle of 136.36º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FECB4 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 180 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.07 |
| HSL | 136.36º | 0.67% | 0.77% | - |
| HSV(B) | 136.36º | 0.33% | 0.93% | - |
| XYZ | 52.53 | 70.66 | 54.05 | - |
| YUV | 206.59 | 112.99 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 180 | 0.33 | 0 | 0.24 | 0.07 | 136.36 | 0.67 | 0.77 |
| Hex | 9F | EC | B4 | 21 | 0 | 18 | 7 | 88 | 43 | 4D |
| Octal | 237 | 354 | 264 | 41 | 0 | 30 | 7 | 210 | 103 | 115 |
| Binary | 10011111 | 11101100 | 10110100 | 100001 | 0 | 11000 | 111 | 10001000 | 1000011 | 1001101 |
Color Harmonies of #9FECB4
Complementary color
Monochromatic Colors of #9FECB4
Black with #9FECB4
Text Example
Text Example
White with #9FECB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECB4; }
p { color: rgb(159,236,180); }
H1.HeaderClassName
{
color: #9FECB4;
}
.AnyTagClassName
{
color: #9FECB4;
}
</style>
background-color css
<style>
a { background-color: #9FECB4; }
a { background-color: rgb(159,236,180); }
div.DivClassName
{
background-color: #9FECB4;
}
.BgClassName
{
background-color: #9FECB4;
}
</style>
border-color css
<style>
span { border-color: #9FECB4; }
span { border-color: rgb(159,236,180); }
td.TdClassName
{
border-color: #9FECB4;
}
.TagClassName
{
border-color: #9FECB4;
}
</style>