Shades of Celadon #9AEEAC
Tints of Celadon #9AEEAC
RGB
CMYK
RGB Variations
Color information
#9AEEAC (or 0x9AEEAC) is known color: Celadon. HEX triplet: 9A, EE and AC. RGB value is (154,238,172). Sum of RGB (Red+Green+Blue) = 154+238+172=564 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.30% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #9AEEAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AEEAC is #651153. Grayscale: #CDCDCD. Windows color (decimal): -6623572 or 11333274. OLE color: 11333274.
HSL color Cylindrical-coordinate representation of color #9AEEAC: hue angle of 132.86º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEEAC is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 238 | 172 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.07 |
| HSL | 132.86º | 0.71% | 0.77% | - |
| HSV(B) | 132.86º | 0.35% | 0.93% | - |
| XYZ | 51.35 | 71 | 50.03 | - |
| YUV | 205.36 | 109.17 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 238 | 172 | 0.35 | 0 | 0.28 | 0.07 | 132.86 | 0.71 | 0.77 |
| Hex | 9A | EE | AC | 23 | 0 | 1C | 7 | 85 | 47 | 4D |
| Octal | 232 | 356 | 254 | 43 | 0 | 34 | 7 | 205 | 107 | 115 |
| Binary | 10011010 | 11101110 | 10101100 | 100011 | 0 | 11100 | 111 | 10000101 | 1000111 | 1001101 |
Color Harmonies of #9AEEAC
Complementary color
Monochromatic Colors of #9AEEAC
Black with #9AEEAC
Text Example
Text Example
White with #9AEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEEAC; }
p { color: rgb(154,238,172); }
H1.HeaderClassName
{
color: #9AEEAC;
}
.AnyTagClassName
{
color: #9AEEAC;
}
</style>
background-color css
<style>
a { background-color: #9AEEAC; }
a { background-color: rgb(154,238,172); }
div.DivClassName
{
background-color: #9AEEAC;
}
.BgClassName
{
background-color: #9AEEAC;
}
</style>
border-color css
<style>
span { border-color: #9AEEAC; }
span { border-color: rgb(154,238,172); }
td.TdClassName
{
border-color: #9AEEAC;
}
.TagClassName
{
border-color: #9AEEAC;
}
</style>