Shades of Celadon #9FFAB3
Tints of Celadon #9FFAB3
RGB
CMYK
RGB Variations
Color information
#9FFAB3 (or 0x9FFAB3) is known color: Celadon. HEX triplet: 9F, FA and B3. RGB value is (159,250,179). Sum of RGB (Red+Green+Blue) = 159+250+179=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFAB3 is #60054C. Grayscale: #D6D6D6. Windows color (decimal): -6292813 or 11795103. OLE color: 11795103.
HSL color Cylindrical-coordinate representation of color #9FFAB3: hue angle of 133.19º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FFAB3 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 179 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.02 |
| HSL | 133.19º | 0.9% | 0.8% | - |
| HSV(B) | 133.19º | 0.36% | 0.98% | - |
| XYZ | 56.62 | 79 | 54.91 | - |
| YUV | 214.7 | 107.85 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 179 | 0.36 | 0 | 0.28 | 0.02 | 133.19 | 0.9 | 0.8 |
| Hex | 9F | FA | B3 | 24 | 0 | 1C | 2 | 85 | 5A | 50 |
| Octal | 237 | 372 | 263 | 44 | 0 | 34 | 2 | 205 | 132 | 120 |
| Binary | 10011111 | 11111010 | 10110011 | 100100 | 0 | 11100 | 10 | 10000101 | 1011010 | 1010000 |
Color Harmonies of #9FFAB3
Complementary color
Monochromatic Colors of #9FFAB3
Black with #9FFAB3
Text Example
Text Example
White with #9FFAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFAB3; }
p { color: rgb(159,250,179); }
H1.HeaderClassName
{
color: #9FFAB3;
}
.AnyTagClassName
{
color: #9FFAB3;
}
</style>
background-color css
<style>
a { background-color: #9FFAB3; }
a { background-color: rgb(159,250,179); }
div.DivClassName
{
background-color: #9FFAB3;
}
.BgClassName
{
background-color: #9FFAB3;
}
</style>
border-color css
<style>
span { border-color: #9FFAB3; }
span { border-color: rgb(159,250,179); }
td.TdClassName
{
border-color: #9FFAB3;
}
.TagClassName
{
border-color: #9FFAB3;
}
</style>