Shades of Celadon #9FEEAA
Tints of Celadon #9FEEAA
RGB
CMYK
RGB Variations
Color information
#9FEEAA (or 0x9FEEAA) is known color: Celadon. HEX triplet: 9F, EE and AA. RGB value is (159,238,170). Sum of RGB (Red+Green+Blue) = 159+238+170=567 (75% of max value = 765). Red value is 159 (62.5% from 255 or 28.04% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEEAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEEAA is #601155. Grayscale: #CECECE. Windows color (decimal): -6295894 or 11202207. OLE color: 11202207.
HSL color Cylindrical-coordinate representation of color #9FEEAA: hue angle of 128.35º 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 #9FEEAA is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 238 | 170 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.07 |
| HSL | 128.35º | 0.7% | 0.78% | - |
| HSV(B) | 128.35º | 0.33% | 0.93% | - |
| XYZ | 52.13 | 71.42 | 49.07 | - |
| YUV | 206.63 | 107.33 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 238 | 170 | 0.33 | 0 | 0.29 | 0.07 | 128.35 | 0.7 | 0.78 |
| Hex | 9F | EE | AA | 21 | 0 | 1D | 7 | 80 | 46 | 4E |
| Octal | 237 | 356 | 252 | 41 | 0 | 35 | 7 | 200 | 106 | 116 |
| Binary | 10011111 | 11101110 | 10101010 | 100001 | 0 | 11101 | 111 | 10000000 | 1000110 | 1001110 |
Color Harmonies of #9FEEAA
Complementary color
Monochromatic Colors of #9FEEAA
Black with #9FEEAA
Text Example
Text Example
White with #9FEEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEEAA; }
p { color: rgb(159,238,170); }
H1.HeaderClassName
{
color: #9FEEAA;
}
.AnyTagClassName
{
color: #9FEEAA;
}
</style>
background-color css
<style>
a { background-color: #9FEEAA; }
a { background-color: rgb(159,238,170); }
div.DivClassName
{
background-color: #9FEEAA;
}
.BgClassName
{
background-color: #9FEEAA;
}
</style>
border-color css
<style>
span { border-color: #9FEEAA; }
span { border-color: rgb(159,238,170); }
td.TdClassName
{
border-color: #9FEEAA;
}
.TagClassName
{
border-color: #9FEEAA;
}
</style>