Shades of Celadon #9AEFAB
Tints of Celadon #9AEFAB
RGB
CMYK
RGB Variations
Color information
#9AEFAB (or 0x9AEFAB) is known color: Celadon. HEX triplet: 9A, EF and AB. RGB value is (154,239,171). Sum of RGB (Red+Green+Blue) = 154+239+171=564 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.30% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #9AEFAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AEFAB is #651054. Grayscale: #CECECE. Windows color (decimal): -6623317 or 11267994. OLE color: 11267994.
HSL color Cylindrical-coordinate representation of color #9AEFAB: hue angle of 132º 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 #9AEFAB is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 239 | 171 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.06 |
| HSL | 132º | 0.73% | 0.77% | - |
| HSV(B) | 132º | 0.36% | 0.94% | - |
| XYZ | 51.54 | 71.54 | 49.62 | - |
| YUV | 205.83 | 108.34 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 239 | 171 | 0.36 | 0 | 0.28 | 0.06 | 132 | 0.73 | 0.77 |
| Hex | 9A | EF | AB | 24 | 0 | 1C | 6 | 84 | 49 | 4D |
| Octal | 232 | 357 | 253 | 44 | 0 | 34 | 6 | 204 | 111 | 115 |
| Binary | 10011010 | 11101111 | 10101011 | 100100 | 0 | 11100 | 110 | 10000100 | 1001001 | 1001101 |
Color Harmonies of #9AEFAB
Complementary color
Monochromatic Colors of #9AEFAB
Black with #9AEFAB
Text Example
Text Example
White with #9AEFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEFAB; }
p { color: rgb(154,239,171); }
H1.HeaderClassName
{
color: #9AEFAB;
}
.AnyTagClassName
{
color: #9AEFAB;
}
</style>
background-color css
<style>
a { background-color: #9AEFAB; }
a { background-color: rgb(154,239,171); }
div.DivClassName
{
background-color: #9AEFAB;
}
.BgClassName
{
background-color: #9AEFAB;
}
</style>
border-color css
<style>
span { border-color: #9AEFAB; }
span { border-color: rgb(154,239,171); }
td.TdClassName
{
border-color: #9AEFAB;
}
.TagClassName
{
border-color: #9AEFAB;
}
</style>