Shades of Celadon #9AEEAF
Tints of Celadon #9AEEAF
RGB
CMYK
RGB Variations
Color information
#9AEEAF (or 0x9AEEAF) is known color: Celadon. HEX triplet: 9A, EE and AF. RGB value is (154,238,175). Sum of RGB (Red+Green+Blue) = 154+238+175=567 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.16% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #9AEEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AEEAF is #651150. Grayscale: #CDCDCD. Windows color (decimal): -6623569 or 11529882. OLE color: 11529882.
HSL color Cylindrical-coordinate representation of color #9AEEAF: hue angle of 135º 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 #9AEEAF is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 238 | 175 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.07 |
| HSL | 135º | 0.71% | 0.77% | - |
| HSV(B) | 135º | 0.35% | 0.93% | - |
| XYZ | 51.64 | 71.11 | 51.56 | - |
| YUV | 205.7 | 110.67 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 238 | 175 | 0.35 | 0 | 0.26 | 0.07 | 135 | 0.71 | 0.77 |
| Hex | 9A | EE | AF | 23 | 0 | 1A | 7 | 87 | 47 | 4D |
| Octal | 232 | 356 | 257 | 43 | 0 | 32 | 7 | 207 | 107 | 115 |
| Binary | 10011010 | 11101110 | 10101111 | 100011 | 0 | 11010 | 111 | 10000111 | 1000111 | 1001101 |
Color Harmonies of #9AEEAF
Complementary color
Monochromatic Colors of #9AEEAF
Black with #9AEEAF
Text Example
Text Example
White with #9AEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEEAF; }
p { color: rgb(154,238,175); }
H1.HeaderClassName
{
color: #9AEEAF;
}
.AnyTagClassName
{
color: #9AEEAF;
}
</style>
background-color css
<style>
a { background-color: #9AEEAF; }
a { background-color: rgb(154,238,175); }
div.DivClassName
{
background-color: #9AEEAF;
}
.BgClassName
{
background-color: #9AEEAF;
}
</style>
border-color css
<style>
span { border-color: #9AEEAF; }
span { border-color: rgb(154,238,175); }
td.TdClassName
{
border-color: #9AEEAF;
}
.TagClassName
{
border-color: #9AEEAF;
}
</style>