Shades of Celadon #9AEDAF
Tints of Celadon #9AEDAF
RGB
CMYK
RGB Variations
Color information
#9AEDAF (or 0x9AEDAF) is known color: Celadon. HEX triplet: 9A, ED and AF. RGB value is (154,237,175). Sum of RGB (Red+Green+Blue) = 154+237+175=566 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.21% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #9AEDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AEDAF is #651250. Grayscale: #CDCDCD. Windows color (decimal): -6623825 or 11529626. OLE color: 11529626.
HSL color Cylindrical-coordinate representation of color #9AEDAF: hue angle of 135.18º degrees, saturation: 0.7, 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 #9AEDAF is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 237 | 175 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.07 |
| HSL | 135.18º | 0.7% | 0.77% | - |
| HSV(B) | 135.18º | 0.35% | 0.93% | - |
| XYZ | 51.35 | 70.53 | 51.47 | - |
| YUV | 205.12 | 111 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 237 | 175 | 0.35 | 0 | 0.26 | 0.07 | 135.18 | 0.7 | 0.77 |
| Hex | 9A | ED | AF | 23 | 0 | 1A | 7 | 87 | 46 | 4D |
| Octal | 232 | 355 | 257 | 43 | 0 | 32 | 7 | 207 | 106 | 115 |
| Binary | 10011010 | 11101101 | 10101111 | 100011 | 0 | 11010 | 111 | 10000111 | 1000110 | 1001101 |
Color Harmonies of #9AEDAF
Complementary color
Monochromatic Colors of #9AEDAF
Black with #9AEDAF
Text Example
Text Example
White with #9AEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEDAF; }
p { color: rgb(154,237,175); }
H1.HeaderClassName
{
color: #9AEDAF;
}
.AnyTagClassName
{
color: #9AEDAF;
}
</style>
background-color css
<style>
a { background-color: #9AEDAF; }
a { background-color: rgb(154,237,175); }
div.DivClassName
{
background-color: #9AEDAF;
}
.BgClassName
{
background-color: #9AEDAF;
}
</style>
border-color css
<style>
span { border-color: #9AEDAF; }
span { border-color: rgb(154,237,175); }
td.TdClassName
{
border-color: #9AEDAF;
}
.TagClassName
{
border-color: #9AEDAF;
}
</style>