Shades of Celadon #9FFCB3
Tints of Celadon #9FFCB3
RGB
CMYK
RGB Variations
Color information
#9FFCB3 (or 0x9FFCB3) is known color: Celadon. HEX triplet: 9F, FC and B3. RGB value is (159,252,179). Sum of RGB (Red+Green+Blue) = 159+252+179=590 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.95% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFCB3 is #60034C. Grayscale: #D8D8D8. Windows color (decimal): -6292301 or 11795615. OLE color: 11795615.
HSL color Cylindrical-coordinate representation of color #9FFCB3: hue angle of 132.9º degrees, saturation: 0.94, 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 #9FFCB3 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 179 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.01 |
| HSL | 132.9º | 0.94% | 0.81% | - |
| HSV(B) | 132.9º | 0.37% | 0.99% | - |
| XYZ | 57.25 | 80.25 | 55.12 | - |
| YUV | 215.87 | 107.19 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 179 | 0.37 | 0 | 0.29 | 0.01 | 132.9 | 0.94 | 0.81 |
| Hex | 9F | FC | B3 | 25 | 0 | 1D | 1 | 85 | 5E | 51 |
| Octal | 237 | 374 | 263 | 45 | 0 | 35 | 1 | 205 | 136 | 121 |
| Binary | 10011111 | 11111100 | 10110011 | 100101 | 0 | 11101 | 1 | 10000101 | 1011110 | 1010001 |
Color Harmonies of #9FFCB3
Complementary color
Monochromatic Colors of #9FFCB3
Black with #9FFCB3
Text Example
Text Example
White with #9FFCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFCB3; }
p { color: rgb(159,252,179); }
H1.HeaderClassName
{
color: #9FFCB3;
}
.AnyTagClassName
{
color: #9FFCB3;
}
</style>
background-color css
<style>
a { background-color: #9FFCB3; }
a { background-color: rgb(159,252,179); }
div.DivClassName
{
background-color: #9FFCB3;
}
.BgClassName
{
background-color: #9FFCB3;
}
</style>
border-color css
<style>
span { border-color: #9FFCB3; }
span { border-color: rgb(159,252,179); }
td.TdClassName
{
border-color: #9FFCB3;
}
.TagClassName
{
border-color: #9FFCB3;
}
</style>