Shades of Celadon #99EFAE
Tints of Celadon #99EFAE
RGB
CMYK
RGB Variations
Color information
#99EFAE (or 0x99EFAE) is known color: Celadon. HEX triplet: 99, EF and AE. RGB value is (153,239,174). Sum of RGB (Red+Green+Blue) = 153+239+174=566 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.03% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EFAE is #661051. Grayscale: #CECECE. Windows color (decimal): -6688850 or 11464601. OLE color: 11464601.
HSL color Cylindrical-coordinate representation of color #99EFAE: hue angle of 134.65º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EFAE is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 239 | 174 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.06 |
| HSL | 134.65º | 0.73% | 0.77% | - |
| HSV(B) | 134.65º | 0.36% | 0.94% | - |
| XYZ | 51.64 | 71.56 | 51.14 | - |
| YUV | 205.88 | 110.01 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 239 | 174 | 0.36 | 0 | 0.27 | 0.06 | 134.65 | 0.73 | 0.77 |
| Hex | 99 | EF | AE | 24 | 0 | 1B | 6 | 87 | 49 | 4D |
| Octal | 231 | 357 | 256 | 44 | 0 | 33 | 6 | 207 | 111 | 115 |
| Binary | 10011001 | 11101111 | 10101110 | 100100 | 0 | 11011 | 110 | 10000111 | 1001001 | 1001101 |
Color Harmonies of #99EFAE
Complementary color
Monochromatic Colors of #99EFAE
Black with #99EFAE
Text Example
Text Example
White with #99EFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EFAE; }
p { color: rgb(153,239,174); }
H1.HeaderClassName
{
color: #99EFAE;
}
.AnyTagClassName
{
color: #99EFAE;
}
</style>
background-color css
<style>
a { background-color: #99EFAE; }
a { background-color: rgb(153,239,174); }
div.DivClassName
{
background-color: #99EFAE;
}
.BgClassName
{
background-color: #99EFAE;
}
</style>
border-color css
<style>
span { border-color: #99EFAE; }
span { border-color: rgb(153,239,174); }
td.TdClassName
{
border-color: #99EFAE;
}
.TagClassName
{
border-color: #99EFAE;
}
</style>