Shades of Celadon #99EDAA
Tints of Celadon #99EDAA
RGB
CMYK
RGB Variations
Color information
#99EDAA (or 0x99EDAA) is known color: Celadon. HEX triplet: 99, ED and AA. RGB value is (153,237,170). Sum of RGB (Red+Green+Blue) = 153+237+170=560 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.32% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #99EDAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EDAA is #661255. Grayscale: #CCCCCC. Windows color (decimal): -6689366 or 11201945. OLE color: 11201945.
HSL color Cylindrical-coordinate representation of color #99EDAA: hue angle of 132.14º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EDAA is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 237 | 170 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.07 |
| HSL | 132.14º | 0.7% | 0.76% | - |
| HSV(B) | 132.14º | 0.35% | 0.93% | - |
| XYZ | 50.68 | 70.24 | 48.92 | - |
| YUV | 204.25 | 108.67 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 237 | 170 | 0.35 | 0 | 0.28 | 0.07 | 132.14 | 0.7 | 0.76 |
| Hex | 99 | ED | AA | 23 | 0 | 1C | 7 | 84 | 46 | 4C |
| Octal | 231 | 355 | 252 | 43 | 0 | 34 | 7 | 204 | 106 | 114 |
| Binary | 10011001 | 11101101 | 10101010 | 100011 | 0 | 11100 | 111 | 10000100 | 1000110 | 1001100 |
Color Harmonies of #99EDAA
Complementary color
Monochromatic Colors of #99EDAA
Black with #99EDAA
Text Example
Text Example
White with #99EDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EDAA; }
p { color: rgb(153,237,170); }
H1.HeaderClassName
{
color: #99EDAA;
}
.AnyTagClassName
{
color: #99EDAA;
}
</style>
background-color css
<style>
a { background-color: #99EDAA; }
a { background-color: rgb(153,237,170); }
div.DivClassName
{
background-color: #99EDAA;
}
.BgClassName
{
background-color: #99EDAA;
}
</style>
border-color css
<style>
span { border-color: #99EDAA; }
span { border-color: rgb(153,237,170); }
td.TdClassName
{
border-color: #99EDAA;
}
.TagClassName
{
border-color: #99EDAA;
}
</style>