Shades of Celadon #9FEEAF
Tints of Celadon #9FEEAF
RGB
CMYK
RGB Variations
Color information
#9FEEAF (or 0x9FEEAF) is known color: Celadon. HEX triplet: 9F, EE and AF. RGB value is (159,238,175). Sum of RGB (Red+Green+Blue) = 159+238+175=572 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.80% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEEAF is #601150. Grayscale: #CFCFCF. Windows color (decimal): -6295889 or 11529887. OLE color: 11529887.
HSL color Cylindrical-coordinate representation of color #9FEEAF: hue angle of 132.15º 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 #9FEEAF is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 238 | 175 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.07 |
| HSL | 132.15º | 0.7% | 0.78% | - |
| HSV(B) | 132.15º | 0.33% | 0.93% | - |
| XYZ | 52.61 | 71.62 | 51.61 | - |
| YUV | 207.2 | 109.83 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 238 | 175 | 0.33 | 0 | 0.26 | 0.07 | 132.15 | 0.7 | 0.78 |
| Hex | 9F | EE | AF | 21 | 0 | 1A | 7 | 84 | 46 | 4E |
| Octal | 237 | 356 | 257 | 41 | 0 | 32 | 7 | 204 | 106 | 116 |
| Binary | 10011111 | 11101110 | 10101111 | 100001 | 0 | 11010 | 111 | 10000100 | 1000110 | 1001110 |
Color Harmonies of #9FEEAF
Complementary color
Monochromatic Colors of #9FEEAF
Black with #9FEEAF
Text Example
Text Example
White with #9FEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEEAF; }
p { color: rgb(159,238,175); }
H1.HeaderClassName
{
color: #9FEEAF;
}
.AnyTagClassName
{
color: #9FEEAF;
}
</style>
background-color css
<style>
a { background-color: #9FEEAF; }
a { background-color: rgb(159,238,175); }
div.DivClassName
{
background-color: #9FEEAF;
}
.BgClassName
{
background-color: #9FEEAF;
}
</style>
border-color css
<style>
span { border-color: #9FEEAF; }
span { border-color: rgb(159,238,175); }
td.TdClassName
{
border-color: #9FEEAF;
}
.TagClassName
{
border-color: #9FEEAF;
}
</style>