Shades of Celadon #9FECB2
Tints of Celadon #9FECB2
RGB
CMYK
RGB Variations
Color information
#9FECB2 (or 0x9FECB2) is known color: Celadon. HEX triplet: 9F, EC and B2. RGB value is (159,236,178). Sum of RGB (Red+Green+Blue) = 159+236+178=573 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.75% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FECB2 is #60134D. Grayscale: #CECECE. Windows color (decimal): -6296398 or 11725983. OLE color: 11725983.
HSL color Cylindrical-coordinate representation of color #9FECB2: hue angle of 134.81º 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 #9FECB2 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 178 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.07 |
| HSL | 134.81º | 0.67% | 0.77% | - |
| HSV(B) | 134.81º | 0.33% | 0.93% | - |
| XYZ | 52.33 | 70.58 | 52.98 | - |
| YUV | 206.37 | 111.99 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 178 | 0.33 | 0 | 0.25 | 0.07 | 134.81 | 0.67 | 0.77 |
| Hex | 9F | EC | B2 | 21 | 0 | 19 | 7 | 87 | 43 | 4D |
| Octal | 237 | 354 | 262 | 41 | 0 | 31 | 7 | 207 | 103 | 115 |
| Binary | 10011111 | 11101100 | 10110010 | 100001 | 0 | 11001 | 111 | 10000111 | 1000011 | 1001101 |
Color Harmonies of #9FECB2
Complementary color
Monochromatic Colors of #9FECB2
Black with #9FECB2
Text Example
Text Example
White with #9FECB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECB2; }
p { color: rgb(159,236,178); }
H1.HeaderClassName
{
color: #9FECB2;
}
.AnyTagClassName
{
color: #9FECB2;
}
</style>
background-color css
<style>
a { background-color: #9FECB2; }
a { background-color: rgb(159,236,178); }
div.DivClassName
{
background-color: #9FECB2;
}
.BgClassName
{
background-color: #9FECB2;
}
</style>
border-color css
<style>
span { border-color: #9FECB2; }
span { border-color: rgb(159,236,178); }
td.TdClassName
{
border-color: #9FECB2;
}
.TagClassName
{
border-color: #9FECB2;
}
</style>