Shades of Celadon #9DEAA3
Tints of Celadon #9DEAA3
RGB
CMYK
RGB Variations
Color information
#9DEAA3 (or 0x9DEAA3) is known color: Celadon. HEX triplet: 9D, EA and A3. RGB value is (157,234,163). Sum of RGB (Red+Green+Blue) = 157+234+163=554 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.34% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 163 (64.06% from 255 or 29.42% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEAA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEAA3 is #62155C. Grayscale: #CBCBCB. Windows color (decimal): -6427997 or 10742429. OLE color: 10742429.
HSL color Cylindrical-coordinate representation of color #9DEAA3: hue angle of 124.68º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEAA3 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 234 | 163 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.08 |
| HSL | 124.68º | 0.65% | 0.77% | - |
| HSV(B) | 124.68º | 0.33% | 0.92% | - |
| XYZ | 49.94 | 68.66 | 45.27 | - |
| YUV | 202.88 | 105.49 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 234 | 163 | 0.33 | 0 | 0.30 | 0.08 | 124.68 | 0.65 | 0.77 |
| Hex | 9D | EA | A3 | 21 | 0 | 1E | 8 | 7D | 41 | 4D |
| Octal | 235 | 352 | 243 | 41 | 0 | 36 | 10 | 175 | 101 | 115 |
| Binary | 10011101 | 11101010 | 10100011 | 100001 | 0 | 11110 | 1000 | 1111101 | 1000001 | 1001101 |
Color Harmonies of #9DEAA3
Complementary color
Monochromatic Colors of #9DEAA3
Black with #9DEAA3
Text Example
Text Example
White with #9DEAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEAA3; }
p { color: rgb(157,234,163); }
H1.HeaderClassName
{
color: #9DEAA3;
}
.AnyTagClassName
{
color: #9DEAA3;
}
</style>
background-color css
<style>
a { background-color: #9DEAA3; }
a { background-color: rgb(157,234,163); }
div.DivClassName
{
background-color: #9DEAA3;
}
.BgClassName
{
background-color: #9DEAA3;
}
</style>
border-color css
<style>
span { border-color: #9DEAA3; }
span { border-color: rgb(157,234,163); }
td.TdClassName
{
border-color: #9DEAA3;
}
.TagClassName
{
border-color: #9DEAA3;
}
</style>