Shades of Celadon #9FECAE
Tints of Celadon #9FECAE
RGB
CMYK
RGB Variations
Color information
#9FECAE (or 0x9FECAE) is known color: Celadon. HEX triplet: 9F, EC and AE. RGB value is (159,236,174). Sum of RGB (Red+Green+Blue) = 159+236+174=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FECAE is #601351. Grayscale: #CECECE. Windows color (decimal): -6296402 or 11463839. OLE color: 11463839.
HSL color Cylindrical-coordinate representation of color #9FECAE: hue angle of 131.69º 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 #9FECAE is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 174 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.07 |
| HSL | 131.69º | 0.67% | 0.77% | - |
| HSV(B) | 131.69º | 0.33% | 0.93% | - |
| XYZ | 51.93 | 70.42 | 50.9 | - |
| YUV | 205.91 | 109.99 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 174 | 0.33 | 0 | 0.26 | 0.07 | 131.69 | 0.67 | 0.77 |
| Hex | 9F | EC | AE | 21 | 0 | 1A | 7 | 84 | 43 | 4D |
| Octal | 237 | 354 | 256 | 41 | 0 | 32 | 7 | 204 | 103 | 115 |
| Binary | 10011111 | 11101100 | 10101110 | 100001 | 0 | 11010 | 111 | 10000100 | 1000011 | 1001101 |
Color Harmonies of #9FECAE
Complementary color
Monochromatic Colors of #9FECAE
Black with #9FECAE
Text Example
Text Example
White with #9FECAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECAE; }
p { color: rgb(159,236,174); }
H1.HeaderClassName
{
color: #9FECAE;
}
.AnyTagClassName
{
color: #9FECAE;
}
</style>
background-color css
<style>
a { background-color: #9FECAE; }
a { background-color: rgb(159,236,174); }
div.DivClassName
{
background-color: #9FECAE;
}
.BgClassName
{
background-color: #9FECAE;
}
</style>
border-color css
<style>
span { border-color: #9FECAE; }
span { border-color: rgb(159,236,174); }
td.TdClassName
{
border-color: #9FECAE;
}
.TagClassName
{
border-color: #9FECAE;
}
</style>