Shades of Celadon #9EEAAB
Tints of Celadon #9EEAAB
RGB
CMYK
RGB Variations
Color information
#9EEAAB (or 0x9EEAAB) is known color: Celadon. HEX triplet: 9E, EA and AB. RGB value is (158,234,171). Sum of RGB (Red+Green+Blue) = 158+234+171=563 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.06% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEAAB is #611554. Grayscale: #CCCCCC. Windows color (decimal): -6362453 or 11266718. OLE color: 11266718.
HSL color Cylindrical-coordinate representation of color #9EEAAB: hue angle of 130.26º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EEAAB is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 234 | 171 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.08 |
| HSL | 130.26º | 0.64% | 0.77% | - |
| HSV(B) | 130.26º | 0.32% | 0.92% | - |
| XYZ | 50.87 | 69.06 | 49.18 | - |
| YUV | 204.09 | 109.32 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 234 | 171 | 0.32 | 0 | 0.27 | 0.08 | 130.26 | 0.64 | 0.77 |
| Hex | 9E | EA | AB | 20 | 0 | 1B | 8 | 82 | 40 | 4D |
| Octal | 236 | 352 | 253 | 40 | 0 | 33 | 10 | 202 | 100 | 115 |
| Binary | 10011110 | 11101010 | 10101011 | 100000 | 0 | 11011 | 1000 | 10000010 | 1000000 | 1001101 |
Color Harmonies of #9EEAAB
Complementary color
Monochromatic Colors of #9EEAAB
Black with #9EEAAB
Text Example
Text Example
White with #9EEAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEAAB; }
p { color: rgb(158,234,171); }
H1.HeaderClassName
{
color: #9EEAAB;
}
.AnyTagClassName
{
color: #9EEAAB;
}
</style>
background-color css
<style>
a { background-color: #9EEAAB; }
a { background-color: rgb(158,234,171); }
div.DivClassName
{
background-color: #9EEAAB;
}
.BgClassName
{
background-color: #9EEAAB;
}
</style>
border-color css
<style>
span { border-color: #9EEAAB; }
span { border-color: rgb(158,234,171); }
td.TdClassName
{
border-color: #9EEAAB;
}
.TagClassName
{
border-color: #9EEAAB;
}
</style>