Shades of Celadon #9FFDB6
Tints of Celadon #9FFDB6
RGB
CMYK
RGB Variations
Color information
#9FFDB6 (or 0x9FFDB6) is known color: Celadon. HEX triplet: 9F, FD and B6. RGB value is (159,253,182). Sum of RGB (Red+Green+Blue) = 159+253+182=594 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.77% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 182 (71.48% from 255 or 30.64% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFDB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFDB6 is #600249. Grayscale: #D8D8D8. Windows color (decimal): -6292042 or 11992479. OLE color: 11992479.
HSL color Cylindrical-coordinate representation of color #9FFDB6: hue angle of 134.68º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFDB6 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 253 | 182 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.01 |
| HSL | 134.68º | 0.96% | 0.81% | - |
| HSV(B) | 134.68º | 0.37% | 0.99% | - |
| XYZ | 57.87 | 81 | 56.84 | - |
| YUV | 216.8 | 108.36 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 253 | 182 | 0.37 | 0 | 0.28 | 0.01 | 134.68 | 0.96 | 0.81 |
| Hex | 9F | FD | B6 | 25 | 0 | 1C | 1 | 87 | 60 | 51 |
| Octal | 237 | 375 | 266 | 45 | 0 | 34 | 1 | 207 | 140 | 121 |
| Binary | 10011111 | 11111101 | 10110110 | 100101 | 0 | 11100 | 1 | 10000111 | 1100000 | 1010001 |
Color Harmonies of #9FFDB6
Complementary color
Monochromatic Colors of #9FFDB6
Black with #9FFDB6
Text Example
Text Example
White with #9FFDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFDB6; }
p { color: rgb(159,253,182); }
H1.HeaderClassName
{
color: #9FFDB6;
}
.AnyTagClassName
{
color: #9FFDB6;
}
</style>
background-color css
<style>
a { background-color: #9FFDB6; }
a { background-color: rgb(159,253,182); }
div.DivClassName
{
background-color: #9FFDB6;
}
.BgClassName
{
background-color: #9FFDB6;
}
</style>
border-color css
<style>
span { border-color: #9FFDB6; }
span { border-color: rgb(159,253,182); }
td.TdClassName
{
border-color: #9FFDB6;
}
.TagClassName
{
border-color: #9FFDB6;
}
</style>