Shades of Celadon #9DFAB7
Tints of Celadon #9DFAB7
RGB
CMYK
RGB Variations
Color information
#9DFAB7 (or 0x9DFAB7) is known color: Celadon. HEX triplet: 9D, FA and B7. RGB value is (157,250,183). Sum of RGB (Red+Green+Blue) = 157+250+183=590 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.61% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 183 (71.88% from 255 or 31.02% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFAB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFAB7 is #620548. Grayscale: #D6D6D6. Windows color (decimal): -6423881 or 12057245. OLE color: 12057245.
HSL color Cylindrical-coordinate representation of color #9DFAB7: hue angle of 136.77º degrees, saturation: 0.9, 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 #9DFAB7 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 250 | 183 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.02 |
| HSL | 136.77º | 0.9% | 0.8% | - |
| HSV(B) | 136.77º | 0.37% | 0.98% | - |
| XYZ | 56.64 | 78.96 | 57.06 | - |
| YUV | 214.56 | 110.19 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 250 | 183 | 0.37 | 0 | 0.27 | 0.02 | 136.77 | 0.9 | 0.8 |
| Hex | 9D | FA | B7 | 25 | 0 | 1B | 2 | 89 | 5A | 50 |
| Octal | 235 | 372 | 267 | 45 | 0 | 33 | 2 | 211 | 132 | 120 |
| Binary | 10011101 | 11111010 | 10110111 | 100101 | 0 | 11011 | 10 | 10001001 | 1011010 | 1010000 |
Color Harmonies of #9DFAB7
Complementary color
Monochromatic Colors of #9DFAB7
Black with #9DFAB7
Text Example
Text Example
White with #9DFAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFAB7; }
p { color: rgb(157,250,183); }
H1.HeaderClassName
{
color: #9DFAB7;
}
.AnyTagClassName
{
color: #9DFAB7;
}
</style>
background-color css
<style>
a { background-color: #9DFAB7; }
a { background-color: rgb(157,250,183); }
div.DivClassName
{
background-color: #9DFAB7;
}
.BgClassName
{
background-color: #9DFAB7;
}
</style>
border-color css
<style>
span { border-color: #9DFAB7; }
span { border-color: rgb(157,250,183); }
td.TdClassName
{
border-color: #9DFAB7;
}
.TagClassName
{
border-color: #9DFAB7;
}
</style>