Shades of Celadon #9CFBB6
Tints of Celadon #9CFBB6
RGB
CMYK
RGB Variations
Color information
#9CFBB6 (or 0x9CFBB6) is known color: Celadon. HEX triplet: 9C, FB and B6. RGB value is (156,251,182). Sum of RGB (Red+Green+Blue) = 156+251+182=589 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.49% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFBB6 is #630449. Grayscale: #D6D6D6. Windows color (decimal): -6489162 or 11991964. OLE color: 11991964.
HSL color Cylindrical-coordinate representation of color #9CFBB6: hue angle of 136.42º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFBB6 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 182 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.02 |
| HSL | 136.42º | 0.92% | 0.8% | - |
| HSV(B) | 136.42º | 0.38% | 0.98% | - |
| XYZ | 56.65 | 79.44 | 56.6 | - |
| YUV | 214.73 | 109.53 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 182 | 0.38 | 0 | 0.27 | 0.02 | 136.42 | 0.92 | 0.8 |
| Hex | 9C | FB | B6 | 26 | 0 | 1B | 2 | 88 | 5C | 50 |
| Octal | 234 | 373 | 266 | 46 | 0 | 33 | 2 | 210 | 134 | 120 |
| Binary | 10011100 | 11111011 | 10110110 | 100110 | 0 | 11011 | 10 | 10001000 | 1011100 | 1010000 |
Color Harmonies of #9CFBB6
Complementary color
Monochromatic Colors of #9CFBB6
Black with #9CFBB6
Text Example
Text Example
White with #9CFBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFBB6; }
p { color: rgb(156,251,182); }
H1.HeaderClassName
{
color: #9CFBB6;
}
.AnyTagClassName
{
color: #9CFBB6;
}
</style>
background-color css
<style>
a { background-color: #9CFBB6; }
a { background-color: rgb(156,251,182); }
div.DivClassName
{
background-color: #9CFBB6;
}
.BgClassName
{
background-color: #9CFBB6;
}
</style>
border-color css
<style>
span { border-color: #9CFBB6; }
span { border-color: rgb(156,251,182); }
td.TdClassName
{
border-color: #9CFBB6;
}
.TagClassName
{
border-color: #9CFBB6;
}
</style>