Shades of Celadon #9FEBAB
Tints of Celadon #9FEBAB
RGB
CMYK
RGB Variations
Color information
#9FEBAB (or 0x9FEBAB) is known color: Celadon. HEX triplet: 9F, EB and AB. RGB value is (159,235,171). Sum of RGB (Red+Green+Blue) = 159+235+171=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEBAB is #601454. Grayscale: #CDCDCD. Windows color (decimal): -6296661 or 11266975. OLE color: 11266975.
HSL color Cylindrical-coordinate representation of color #9FEBAB: hue angle of 129.47º 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 #9FEBAB is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 235 | 171 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.08 |
| HSL | 129.47º | 0.66% | 0.77% | - |
| HSV(B) | 129.47º | 0.32% | 0.92% | - |
| XYZ | 51.36 | 69.73 | 49.28 | - |
| YUV | 204.98 | 108.82 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 235 | 171 | 0.32 | 0 | 0.27 | 0.08 | 129.47 | 0.66 | 0.77 |
| Hex | 9F | EB | AB | 20 | 0 | 1B | 8 | 81 | 42 | 4D |
| Octal | 237 | 353 | 253 | 40 | 0 | 33 | 10 | 201 | 102 | 115 |
| Binary | 10011111 | 11101011 | 10101011 | 100000 | 0 | 11011 | 1000 | 10000001 | 1000010 | 1001101 |
Color Harmonies of #9FEBAB
Complementary color
Monochromatic Colors of #9FEBAB
Black with #9FEBAB
Text Example
Text Example
White with #9FEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEBAB; }
p { color: rgb(159,235,171); }
H1.HeaderClassName
{
color: #9FEBAB;
}
.AnyTagClassName
{
color: #9FEBAB;
}
</style>
background-color css
<style>
a { background-color: #9FEBAB; }
a { background-color: rgb(159,235,171); }
div.DivClassName
{
background-color: #9FEBAB;
}
.BgClassName
{
background-color: #9FEBAB;
}
</style>
border-color css
<style>
span { border-color: #9FEBAB; }
span { border-color: rgb(159,235,171); }
td.TdClassName
{
border-color: #9FEBAB;
}
.TagClassName
{
border-color: #9FEBAB;
}
</style>