Shades of Celadon #9AEFB0
Tints of Celadon #9AEFB0
RGB
CMYK
RGB Variations
Color information
#9AEFB0 (or 0x9AEFB0) is known color: Celadon. HEX triplet: 9A, EF and B0. RGB value is (154,239,176). Sum of RGB (Red+Green+Blue) = 154+239+176=569 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.07% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #9AEFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AEFB0 is #65104F. Grayscale: #CECECE. Windows color (decimal): -6623312 or 11595674. OLE color: 11595674.
HSL color Cylindrical-coordinate representation of color #9AEFB0: hue angle of 135.53º 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 #9AEFB0 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 239 | 176 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.06 |
| HSL | 135.53º | 0.73% | 0.77% | - |
| HSV(B) | 135.53º | 0.36% | 0.94% | - |
| XYZ | 52.03 | 71.74 | 52.18 | - |
| YUV | 206.4 | 110.84 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 239 | 176 | 0.36 | 0 | 0.26 | 0.06 | 135.53 | 0.73 | 0.77 |
| Hex | 9A | EF | B0 | 24 | 0 | 1A | 6 | 88 | 49 | 4D |
| Octal | 232 | 357 | 260 | 44 | 0 | 32 | 6 | 210 | 111 | 115 |
| Binary | 10011010 | 11101111 | 10110000 | 100100 | 0 | 11010 | 110 | 10001000 | 1001001 | 1001101 |
Color Harmonies of #9AEFB0
Complementary color
Monochromatic Colors of #9AEFB0
Black with #9AEFB0
Text Example
Text Example
White with #9AEFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEFB0; }
p { color: rgb(154,239,176); }
H1.HeaderClassName
{
color: #9AEFB0;
}
.AnyTagClassName
{
color: #9AEFB0;
}
</style>
background-color css
<style>
a { background-color: #9AEFB0; }
a { background-color: rgb(154,239,176); }
div.DivClassName
{
background-color: #9AEFB0;
}
.BgClassName
{
background-color: #9AEFB0;
}
</style>
border-color css
<style>
span { border-color: #9AEFB0; }
span { border-color: rgb(154,239,176); }
td.TdClassName
{
border-color: #9AEFB0;
}
.TagClassName
{
border-color: #9AEFB0;
}
</style>