Shades of Celadon #9FEAB3
Tints of Celadon #9FEAB3
RGB
CMYK
RGB Variations
Color information
#9FEAB3 (or 0x9FEAB3) is known color: Celadon. HEX triplet: 9F, EA and B3. RGB value is (159,234,179). Sum of RGB (Red+Green+Blue) = 159+234+179=572 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.80% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEAB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEAB3 is #60154C. Grayscale: #CDCDCD. Windows color (decimal): -6296909 or 11791007. OLE color: 11791007.
HSL color Cylindrical-coordinate representation of color #9FEAB3: hue angle of 136º degrees, saturation: 0.64, 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 #9FEAB3 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 234 | 179 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.08 |
| HSL | 136º | 0.64% | 0.77% | - |
| HSV(B) | 136º | 0.32% | 0.92% | - |
| XYZ | 51.86 | 69.47 | 53.32 | - |
| YUV | 205.31 | 113.15 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 179 | 0.32 | 0 | 0.24 | 0.08 | 136 | 0.64 | 0.77 |
| Hex | 9F | EA | B3 | 20 | 0 | 18 | 8 | 88 | 40 | 4D |
| Octal | 237 | 352 | 263 | 40 | 0 | 30 | 10 | 210 | 100 | 115 |
| Binary | 10011111 | 11101010 | 10110011 | 100000 | 0 | 11000 | 1000 | 10001000 | 1000000 | 1001101 |
Color Harmonies of #9FEAB3
Complementary color
Monochromatic Colors of #9FEAB3
Black with #9FEAB3
Text Example
Text Example
White with #9FEAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEAB3; }
p { color: rgb(159,234,179); }
H1.HeaderClassName
{
color: #9FEAB3;
}
.AnyTagClassName
{
color: #9FEAB3;
}
</style>
background-color css
<style>
a { background-color: #9FEAB3; }
a { background-color: rgb(159,234,179); }
div.DivClassName
{
background-color: #9FEAB3;
}
.BgClassName
{
background-color: #9FEAB3;
}
</style>
border-color css
<style>
span { border-color: #9FEAB3; }
span { border-color: rgb(159,234,179); }
td.TdClassName
{
border-color: #9FEAB3;
}
.TagClassName
{
border-color: #9FEAB3;
}
</style>