Shades of Celadon #9FF3AA
Tints of Celadon #9FF3AA
RGB
CMYK
RGB Variations
Color information
#9FF3AA (or 0x9FF3AA) is known color: Celadon. HEX triplet: 9F, F3 and AA. RGB value is (159,243,170). Sum of RGB (Red+Green+Blue) = 159+243+170=572 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.80% from 572); Green value is 243 (95.31% from 255 or 42.48% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF3AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FF3AA is #600C55. Grayscale: #D1D1D1. Windows color (decimal): -6294614 or 11203487. OLE color: 11203487.
HSL color Cylindrical-coordinate representation of color #9FF3AA: hue angle of 127.86º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FF3AA is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 243 | 170 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.05 |
| HSL | 127.86º | 0.78% | 0.79% | - |
| HSV(B) | 127.86º | 0.35% | 0.95% | - |
| XYZ | 53.6 | 74.37 | 49.56 | - |
| YUV | 209.56 | 105.67 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 243 | 170 | 0.35 | 0 | 0.30 | 0.05 | 127.86 | 0.78 | 0.79 |
| Hex | 9F | F3 | AA | 23 | 0 | 1E | 5 | 80 | 4E | 4F |
| Octal | 237 | 363 | 252 | 43 | 0 | 36 | 5 | 200 | 116 | 117 |
| Binary | 10011111 | 11110011 | 10101010 | 100011 | 0 | 11110 | 101 | 10000000 | 1001110 | 1001111 |
Color Harmonies of #9FF3AA
Complementary color
Monochromatic Colors of #9FF3AA
Black with #9FF3AA
Text Example
Text Example
White with #9FF3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF3AA; }
p { color: rgb(159,243,170); }
H1.HeaderClassName
{
color: #9FF3AA;
}
.AnyTagClassName
{
color: #9FF3AA;
}
</style>
background-color css
<style>
a { background-color: #9FF3AA; }
a { background-color: rgb(159,243,170); }
div.DivClassName
{
background-color: #9FF3AA;
}
.BgClassName
{
background-color: #9FF3AA;
}
</style>
border-color css
<style>
span { border-color: #9FF3AA; }
span { border-color: rgb(159,243,170); }
td.TdClassName
{
border-color: #9FF3AA;
}
.TagClassName
{
border-color: #9FF3AA;
}
</style>