Shades of Celadon #9FEBAF
Tints of Celadon #9FEBAF
RGB
CMYK
RGB Variations
Color information
#9FEBAF (or 0x9FEBAF) is known color: Celadon. HEX triplet: 9F, EB and AF. RGB value is (159,235,175). Sum of RGB (Red+Green+Blue) = 159+235+175=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEBAF is #601450. Grayscale: #CDCDCD. Windows color (decimal): -6296657 or 11529119. OLE color: 11529119.
HSL color Cylindrical-coordinate representation of color #9FEBAF: hue angle of 132.63º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBAF is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 235 | 175 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.08 |
| HSL | 132.63º | 0.66% | 0.77% | - |
| HSV(B) | 132.63º | 0.32% | 0.92% | - |
| XYZ | 51.74 | 69.88 | 51.32 | - |
| YUV | 205.44 | 110.82 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 235 | 175 | 0.32 | 0 | 0.26 | 0.08 | 132.63 | 0.66 | 0.77 |
| Hex | 9F | EB | AF | 20 | 0 | 1A | 8 | 85 | 42 | 4D |
| Octal | 237 | 353 | 257 | 40 | 0 | 32 | 10 | 205 | 102 | 115 |
| Binary | 10011111 | 11101011 | 10101111 | 100000 | 0 | 11010 | 1000 | 10000101 | 1000010 | 1001101 |
Color Harmonies of #9FEBAF
Complementary color
Monochromatic Colors of #9FEBAF
Black with #9FEBAF
Text Example
Text Example
White with #9FEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEBAF; }
p { color: rgb(159,235,175); }
H1.HeaderClassName
{
color: #9FEBAF;
}
.AnyTagClassName
{
color: #9FEBAF;
}
</style>
background-color css
<style>
a { background-color: #9FEBAF; }
a { background-color: rgb(159,235,175); }
div.DivClassName
{
background-color: #9FEBAF;
}
.BgClassName
{
background-color: #9FEBAF;
}
</style>
border-color css
<style>
span { border-color: #9FEBAF; }
span { border-color: rgb(159,235,175); }
td.TdClassName
{
border-color: #9FEBAF;
}
.TagClassName
{
border-color: #9FEBAF;
}
</style>