Shades of Celadon #9FE6B0
Tints of Celadon #9FE6B0
RGB
CMYK
RGB Variations
Color information
#9FE6B0 (or 0x9FE6B0) is known color: Celadon. HEX triplet: 9F, E6 and B0. RGB value is (159,230,176). Sum of RGB (Red+Green+Blue) = 159+230+176=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 230 (90.23% from 255 or 40.71% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 230 - color contains mainly: green. Hex color #9FE6B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FE6B0 is #60194F. Grayscale: #CACACA. Windows color (decimal): -6297936 or 11593375. OLE color: 11593375.
HSL color Cylindrical-coordinate representation of color #9FE6B0: hue angle of 134.37º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE6B0 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 230 | 176 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.10 |
| HSL | 134.37º | 0.59% | 0.76% | - |
| HSV(B) | 134.37º | 0.31% | 0.9% | - |
| XYZ | 50.43 | 67.1 | 51.37 | - |
| YUV | 202.62 | 112.98 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 230 | 176 | 0.31 | 0 | 0.23 | 0.10 | 134.37 | 0.59 | 0.76 |
| Hex | 9F | E6 | B0 | 1F | 0 | 17 | A | 86 | 3B | 4C |
| Octal | 237 | 346 | 260 | 37 | 0 | 27 | 12 | 206 | 73 | 114 |
| Binary | 10011111 | 11100110 | 10110000 | 11111 | 0 | 10111 | 1010 | 10000110 | 111011 | 1001100 |
Color Harmonies of #9FE6B0
Complementary color
Monochromatic Colors of #9FE6B0
Black with #9FE6B0
Text Example
Text Example
White with #9FE6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE6B0; }
p { color: rgb(159,230,176); }
H1.HeaderClassName
{
color: #9FE6B0;
}
.AnyTagClassName
{
color: #9FE6B0;
}
</style>
background-color css
<style>
a { background-color: #9FE6B0; }
a { background-color: rgb(159,230,176); }
div.DivClassName
{
background-color: #9FE6B0;
}
.BgClassName
{
background-color: #9FE6B0;
}
</style>
border-color css
<style>
span { border-color: #9FE6B0; }
span { border-color: rgb(159,230,176); }
td.TdClassName
{
border-color: #9FE6B0;
}
.TagClassName
{
border-color: #9FE6B0;
}
</style>