Shades of Celadon #9BEEAB
Tints of Celadon #9BEEAB
RGB
CMYK
RGB Variations
Color information
#9BEEAB (or 0x9BEEAB) is known color: Celadon. HEX triplet: 9B, EE and AB. RGB value is (155,238,171). Sum of RGB (Red+Green+Blue) = 155+238+171=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEEAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEEAB is #641154. Grayscale: #CDCDCD. Windows color (decimal): -6558037 or 11267739. OLE color: 11267739.
HSL color Cylindrical-coordinate representation of color #9BEEAB: hue angle of 131.57º 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 #9BEEAB is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 238 | 171 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.07 |
| HSL | 131.57º | 0.71% | 0.77% | - |
| HSV(B) | 131.57º | 0.35% | 0.93% | - |
| XYZ | 51.44 | 71.06 | 49.53 | - |
| YUV | 205.55 | 108.5 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 238 | 171 | 0.35 | 0 | 0.28 | 0.07 | 131.57 | 0.71 | 0.77 |
| Hex | 9B | EE | AB | 23 | 0 | 1C | 7 | 84 | 47 | 4D |
| Octal | 233 | 356 | 253 | 43 | 0 | 34 | 7 | 204 | 107 | 115 |
| Binary | 10011011 | 11101110 | 10101011 | 100011 | 0 | 11100 | 111 | 10000100 | 1000111 | 1001101 |
Color Harmonies of #9BEEAB
Complementary color
Monochromatic Colors of #9BEEAB
Black with #9BEEAB
Text Example
Text Example
White with #9BEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEEAB; }
p { color: rgb(155,238,171); }
H1.HeaderClassName
{
color: #9BEEAB;
}
.AnyTagClassName
{
color: #9BEEAB;
}
</style>
background-color css
<style>
a { background-color: #9BEEAB; }
a { background-color: rgb(155,238,171); }
div.DivClassName
{
background-color: #9BEEAB;
}
.BgClassName
{
background-color: #9BEEAB;
}
</style>
border-color css
<style>
span { border-color: #9BEEAB; }
span { border-color: rgb(155,238,171); }
td.TdClassName
{
border-color: #9BEEAB;
}
.TagClassName
{
border-color: #9BEEAB;
}
</style>