Shades of Celadon #9CFAB7
Tints of Celadon #9CFAB7
RGB
CMYK
RGB Variations
Color information
#9CFAB7 (or 0x9CFAB7) is known color: Celadon. HEX triplet: 9C, FA and B7. RGB value is (156,250,183). Sum of RGB (Red+Green+Blue) = 156+250+183=589 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.49% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFAB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFAB7 is #630548. Grayscale: #D6D6D6. Windows color (decimal): -6489417 or 12057244. OLE color: 12057244.
HSL color Cylindrical-coordinate representation of color #9CFAB7: hue angle of 137.23º degrees, saturation: 0.9, 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 #9CFAB7 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 250 | 183 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.02 |
| HSL | 137.23º | 0.9% | 0.8% | - |
| HSV(B) | 137.23º | 0.38% | 0.98% | - |
| XYZ | 56.44 | 78.86 | 57.05 | - |
| YUV | 214.26 | 110.36 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 250 | 183 | 0.38 | 0 | 0.27 | 0.02 | 137.23 | 0.9 | 0.8 |
| Hex | 9C | FA | B7 | 26 | 0 | 1B | 2 | 89 | 5A | 50 |
| Octal | 234 | 372 | 267 | 46 | 0 | 33 | 2 | 211 | 132 | 120 |
| Binary | 10011100 | 11111010 | 10110111 | 100110 | 0 | 11011 | 10 | 10001001 | 1011010 | 1010000 |
Color Harmonies of #9CFAB7
Complementary color
Monochromatic Colors of #9CFAB7
Black with #9CFAB7
Text Example
Text Example
White with #9CFAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFAB7; }
p { color: rgb(156,250,183); }
H1.HeaderClassName
{
color: #9CFAB7;
}
.AnyTagClassName
{
color: #9CFAB7;
}
</style>
background-color css
<style>
a { background-color: #9CFAB7; }
a { background-color: rgb(156,250,183); }
div.DivClassName
{
background-color: #9CFAB7;
}
.BgClassName
{
background-color: #9CFAB7;
}
</style>
border-color css
<style>
span { border-color: #9CFAB7; }
span { border-color: rgb(156,250,183); }
td.TdClassName
{
border-color: #9CFAB7;
}
.TagClassName
{
border-color: #9CFAB7;
}
</style>