Shades of Celadon #9DEEAF
Tints of Celadon #9DEEAF
RGB
CMYK
RGB Variations
Color information
#9DEEAF (or 0x9DEEAF) is known color: Celadon. HEX triplet: 9D, EE and AF. RGB value is (157,238,175). Sum of RGB (Red+Green+Blue) = 157+238+175=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEEAF is #621150. Grayscale: #CECECE. Windows color (decimal): -6426961 or 11529885. OLE color: 11529885.
HSL color Cylindrical-coordinate representation of color #9DEEAF: hue angle of 133.33º 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 #9DEEAF is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 238 | 175 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.07 |
| HSL | 133.33º | 0.7% | 0.77% | - |
| HSV(B) | 133.33º | 0.34% | 0.93% | - |
| XYZ | 52.22 | 71.41 | 51.59 | - |
| YUV | 206.6 | 110.16 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 238 | 175 | 0.34 | 0 | 0.26 | 0.07 | 133.33 | 0.7 | 0.77 |
| Hex | 9D | EE | AF | 22 | 0 | 1A | 7 | 85 | 46 | 4D |
| Octal | 235 | 356 | 257 | 42 | 0 | 32 | 7 | 205 | 106 | 115 |
| Binary | 10011101 | 11101110 | 10101111 | 100010 | 0 | 11010 | 111 | 10000101 | 1000110 | 1001101 |
Color Harmonies of #9DEEAF
Complementary color
Monochromatic Colors of #9DEEAF
Black with #9DEEAF
Text Example
Text Example
White with #9DEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEEAF; }
p { color: rgb(157,238,175); }
H1.HeaderClassName
{
color: #9DEEAF;
}
.AnyTagClassName
{
color: #9DEEAF;
}
</style>
background-color css
<style>
a { background-color: #9DEEAF; }
a { background-color: rgb(157,238,175); }
div.DivClassName
{
background-color: #9DEEAF;
}
.BgClassName
{
background-color: #9DEEAF;
}
</style>
border-color css
<style>
span { border-color: #9DEEAF; }
span { border-color: rgb(157,238,175); }
td.TdClassName
{
border-color: #9DEEAF;
}
.TagClassName
{
border-color: #9DEEAF;
}
</style>