Shades of Celadon #9AEBA8
Tints of Celadon #9AEBA8
RGB
CMYK
RGB Variations
Color information
#9AEBA8 (or 0x9AEBA8) is known color: Celadon. HEX triplet: 9A, EB and A8. RGB value is (154,235,168). Sum of RGB (Red+Green+Blue) = 154+235+168=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AEBA8 is #651457. Grayscale: #CBCBCB. Windows color (decimal): -6624344 or 11070362. OLE color: 11070362.
HSL color Cylindrical-coordinate representation of color #9AEBA8: hue angle of 130.37º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AEBA8 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 235 | 168 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.08 |
| HSL | 130.37º | 0.67% | 0.76% | - |
| HSV(B) | 130.37º | 0.34% | 0.92% | - |
| XYZ | 50.1 | 69.11 | 47.75 | - |
| YUV | 203.14 | 108.16 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 235 | 168 | 0.34 | 0 | 0.29 | 0.08 | 130.37 | 0.67 | 0.76 |
| Hex | 9A | EB | A8 | 22 | 0 | 1D | 8 | 82 | 43 | 4C |
| Octal | 232 | 353 | 250 | 42 | 0 | 35 | 10 | 202 | 103 | 114 |
| Binary | 10011010 | 11101011 | 10101000 | 100010 | 0 | 11101 | 1000 | 10000010 | 1000011 | 1001100 |
Color Harmonies of #9AEBA8
Complementary color
Monochromatic Colors of #9AEBA8
Black with #9AEBA8
Text Example
Text Example
White with #9AEBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEBA8; }
p { color: rgb(154,235,168); }
H1.HeaderClassName
{
color: #9AEBA8;
}
.AnyTagClassName
{
color: #9AEBA8;
}
</style>
background-color css
<style>
a { background-color: #9AEBA8; }
a { background-color: rgb(154,235,168); }
div.DivClassName
{
background-color: #9AEBA8;
}
.BgClassName
{
background-color: #9AEBA8;
}
</style>
border-color css
<style>
span { border-color: #9AEBA8; }
span { border-color: rgb(154,235,168); }
td.TdClassName
{
border-color: #9AEBA8;
}
.TagClassName
{
border-color: #9AEBA8;
}
</style>