Shades of Celadon #9FFBB2
Tints of Celadon #9FFBB2
RGB
CMYK
RGB Variations
Color information
#9FFBB2 (or 0x9FFBB2) is known color: Celadon. HEX triplet: 9F, FB and B2. RGB value is (159,251,178). Sum of RGB (Red+Green+Blue) = 159+251+178=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 251 (98.44% from 255 or 42.69% from 588); Blue value is 178 (69.92% from 255 or 30.27% from 588); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFBB2 is #60044D. Grayscale: #D7D7D7. Windows color (decimal): -6292558 or 11729823. OLE color: 11729823.
HSL color Cylindrical-coordinate representation of color #9FFBB2: hue angle of 132.39º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFBB2 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 178 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.02 |
| HSL | 132.39º | 0.92% | 0.8% | - |
| HSV(B) | 132.39º | 0.37% | 0.98% | - |
| XYZ | 56.83 | 79.58 | 54.48 | - |
| YUV | 215.17 | 107.02 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 178 | 0.37 | 0 | 0.29 | 0.02 | 132.39 | 0.92 | 0.8 |
| Hex | 9F | FB | B2 | 25 | 0 | 1D | 2 | 84 | 5C | 50 |
| Octal | 237 | 373 | 262 | 45 | 0 | 35 | 2 | 204 | 134 | 120 |
| Binary | 10011111 | 11111011 | 10110010 | 100101 | 0 | 11101 | 10 | 10000100 | 1011100 | 1010000 |
Color Harmonies of #9FFBB2
Complementary color
Monochromatic Colors of #9FFBB2
Black with #9FFBB2
Text Example
Text Example
White with #9FFBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFBB2; }
p { color: rgb(159,251,178); }
H1.HeaderClassName
{
color: #9FFBB2;
}
.AnyTagClassName
{
color: #9FFBB2;
}
</style>
background-color css
<style>
a { background-color: #9FFBB2; }
a { background-color: rgb(159,251,178); }
div.DivClassName
{
background-color: #9FFBB2;
}
.BgClassName
{
background-color: #9FFBB2;
}
</style>
border-color css
<style>
span { border-color: #9FFBB2; }
span { border-color: rgb(159,251,178); }
td.TdClassName
{
border-color: #9FFBB2;
}
.TagClassName
{
border-color: #9FFBB2;
}
</style>