Shades of Celadon #9FEDAD
Tints of Celadon #9FEDAD
RGB
CMYK
RGB Variations
Color information
#9FEDAD (or 0x9FEDAD) is known color: Celadon. HEX triplet: 9F, ED and AD. RGB value is (159,237,173). Sum of RGB (Red+Green+Blue) = 159+237+173=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEDAD is #601252. Grayscale: #CECECE. Windows color (decimal): -6296147 or 11398559. OLE color: 11398559.
HSL color Cylindrical-coordinate representation of color #9FEDAD: hue angle of 130.77º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEDAD is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 173 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.07 |
| HSL | 130.77º | 0.68% | 0.78% | - |
| HSV(B) | 130.77º | 0.33% | 0.93% | - |
| XYZ | 52.13 | 70.96 | 50.48 | - |
| YUV | 206.38 | 109.16 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 173 | 0.33 | 0 | 0.27 | 0.07 | 130.77 | 0.68 | 0.78 |
| Hex | 9F | ED | AD | 21 | 0 | 1B | 7 | 83 | 44 | 4E |
| Octal | 237 | 355 | 255 | 41 | 0 | 33 | 7 | 203 | 104 | 116 |
| Binary | 10011111 | 11101101 | 10101101 | 100001 | 0 | 11011 | 111 | 10000011 | 1000100 | 1001110 |
Color Harmonies of #9FEDAD
Complementary color
Monochromatic Colors of #9FEDAD
Black with #9FEDAD
Text Example
Text Example
White with #9FEDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEDAD; }
p { color: rgb(159,237,173); }
H1.HeaderClassName
{
color: #9FEDAD;
}
.AnyTagClassName
{
color: #9FEDAD;
}
</style>
background-color css
<style>
a { background-color: #9FEDAD; }
a { background-color: rgb(159,237,173); }
div.DivClassName
{
background-color: #9FEDAD;
}
.BgClassName
{
background-color: #9FEDAD;
}
</style>
border-color css
<style>
span { border-color: #9FEDAD; }
span { border-color: rgb(159,237,173); }
td.TdClassName
{
border-color: #9FEDAD;
}
.TagClassName
{
border-color: #9FEDAD;
}
</style>