Shades of Celadon #9BEEAC
Tints of Celadon #9BEEAC
RGB
CMYK
RGB Variations
Color information
#9BEEAC (or 0x9BEEAC) is known color: Celadon. HEX triplet: 9B, EE and AC. RGB value is (155,238,172). Sum of RGB (Red+Green+Blue) = 155+238+172=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEEAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEEAC is #641153. Grayscale: #CDCDCD. Windows color (decimal): -6558036 or 11333275. OLE color: 11333275.
HSL color Cylindrical-coordinate representation of color #9BEEAC: hue angle of 132.29º 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 #9BEEAC is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 238 | 172 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.07 |
| HSL | 132.29º | 0.71% | 0.77% | - |
| HSV(B) | 132.29º | 0.35% | 0.93% | - |
| XYZ | 51.54 | 71.1 | 50.04 | - |
| YUV | 205.66 | 109 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 238 | 172 | 0.35 | 0 | 0.28 | 0.07 | 132.29 | 0.71 | 0.77 |
| Hex | 9B | EE | AC | 23 | 0 | 1C | 7 | 84 | 47 | 4D |
| Octal | 233 | 356 | 254 | 43 | 0 | 34 | 7 | 204 | 107 | 115 |
| Binary | 10011011 | 11101110 | 10101100 | 100011 | 0 | 11100 | 111 | 10000100 | 1000111 | 1001101 |
Color Harmonies of #9BEEAC
Complementary color
Monochromatic Colors of #9BEEAC
Black with #9BEEAC
Text Example
Text Example
White with #9BEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEEAC; }
p { color: rgb(155,238,172); }
H1.HeaderClassName
{
color: #9BEEAC;
}
.AnyTagClassName
{
color: #9BEEAC;
}
</style>
background-color css
<style>
a { background-color: #9BEEAC; }
a { background-color: rgb(155,238,172); }
div.DivClassName
{
background-color: #9BEEAC;
}
.BgClassName
{
background-color: #9BEEAC;
}
</style>
border-color css
<style>
span { border-color: #9BEEAC; }
span { border-color: rgb(155,238,172); }
td.TdClassName
{
border-color: #9BEEAC;
}
.TagClassName
{
border-color: #9BEEAC;
}
</style>