Shades of Celadon #9FEEAB
Tints of Celadon #9FEEAB
RGB
CMYK
RGB Variations
Color information
#9FEEAB (or 0x9FEEAB) is known color: Celadon. HEX triplet: 9F, EE and AB. RGB value is (159,238,171). Sum of RGB (Red+Green+Blue) = 159+238+171=568 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.99% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEEAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEEAB is #601154. Grayscale: #CECECE. Windows color (decimal): -6295893 or 11267743. OLE color: 11267743.
HSL color Cylindrical-coordinate representation of color #9FEEAB: hue angle of 129.11º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEEAB is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 238 | 171 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.07 |
| HSL | 129.11º | 0.7% | 0.78% | - |
| HSV(B) | 129.11º | 0.33% | 0.93% | - |
| XYZ | 52.22 | 71.46 | 49.57 | - |
| YUV | 206.74 | 107.83 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 238 | 171 | 0.33 | 0 | 0.28 | 0.07 | 129.11 | 0.7 | 0.78 |
| Hex | 9F | EE | AB | 21 | 0 | 1C | 7 | 81 | 46 | 4E |
| Octal | 237 | 356 | 253 | 41 | 0 | 34 | 7 | 201 | 106 | 116 |
| Binary | 10011111 | 11101110 | 10101011 | 100001 | 0 | 11100 | 111 | 10000001 | 1000110 | 1001110 |
Color Harmonies of #9FEEAB
Complementary color
Monochromatic Colors of #9FEEAB
Black with #9FEEAB
Text Example
Text Example
White with #9FEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEEAB; }
p { color: rgb(159,238,171); }
H1.HeaderClassName
{
color: #9FEEAB;
}
.AnyTagClassName
{
color: #9FEEAB;
}
</style>
background-color css
<style>
a { background-color: #9FEEAB; }
a { background-color: rgb(159,238,171); }
div.DivClassName
{
background-color: #9FEEAB;
}
.BgClassName
{
background-color: #9FEEAB;
}
</style>
border-color css
<style>
span { border-color: #9FEEAB; }
span { border-color: rgb(159,238,171); }
td.TdClassName
{
border-color: #9FEEAB;
}
.TagClassName
{
border-color: #9FEEAB;
}
</style>