Shades of Celadon #9DEEAE
Tints of Celadon #9DEEAE
RGB
CMYK
RGB Variations
Color information
#9DEEAE (or 0x9DEEAE) is known color: Celadon. HEX triplet: 9D, EE and AE. RGB value is (157,238,174). Sum of RGB (Red+Green+Blue) = 157+238+174=569 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.59% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEEAE is #621151. Grayscale: #CECECE. Windows color (decimal): -6426962 or 11464349. OLE color: 11464349.
HSL color Cylindrical-coordinate representation of color #9DEEAE: hue angle of 132.59º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEEAE is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 238 | 174 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.07 |
| HSL | 132.59º | 0.7% | 0.77% | - |
| HSV(B) | 132.59º | 0.34% | 0.93% | - |
| XYZ | 52.12 | 71.37 | 51.07 | - |
| YUV | 206.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 238 | 174 | 0.34 | 0 | 0.27 | 0.07 | 132.59 | 0.7 | 0.77 |
| Hex | 9D | EE | AE | 22 | 0 | 1B | 7 | 85 | 46 | 4D |
| Octal | 235 | 356 | 256 | 42 | 0 | 33 | 7 | 205 | 106 | 115 |
| Binary | 10011101 | 11101110 | 10101110 | 100010 | 0 | 11011 | 111 | 10000101 | 1000110 | 1001101 |
Color Harmonies of #9DEEAE
Complementary color
Monochromatic Colors of #9DEEAE
Black with #9DEEAE
Text Example
Text Example
White with #9DEEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEEAE; }
p { color: rgb(157,238,174); }
H1.HeaderClassName
{
color: #9DEEAE;
}
.AnyTagClassName
{
color: #9DEEAE;
}
</style>
background-color css
<style>
a { background-color: #9DEEAE; }
a { background-color: rgb(157,238,174); }
div.DivClassName
{
background-color: #9DEEAE;
}
.BgClassName
{
background-color: #9DEEAE;
}
</style>
border-color css
<style>
span { border-color: #9DEEAE; }
span { border-color: rgb(157,238,174); }
td.TdClassName
{
border-color: #9DEEAE;
}
.TagClassName
{
border-color: #9DEEAE;
}
</style>