Shades of Celadon #9BEEB0
Tints of Celadon #9BEEB0
RGB
CMYK
RGB Variations
Color information
#9BEEB0 (or 0x9BEEB0) is known color: Celadon. HEX triplet: 9B, EE and B0. RGB value is (155,238,176). Sum of RGB (Red+Green+Blue) = 155+238+176=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEEB0 is #64114F. Grayscale: #CECECE. Windows color (decimal): -6558032 or 11595419. OLE color: 11595419.
HSL color Cylindrical-coordinate representation of color #9BEEB0: hue angle of 135.18º 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 #9BEEB0 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 238 | 176 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.07 |
| HSL | 135.18º | 0.71% | 0.77% | - |
| HSV(B) | 135.18º | 0.35% | 0.93% | - |
| XYZ | 51.93 | 71.25 | 52.09 | - |
| YUV | 206.12 | 111 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 238 | 176 | 0.35 | 0 | 0.26 | 0.07 | 135.18 | 0.71 | 0.77 |
| Hex | 9B | EE | B0 | 23 | 0 | 1A | 7 | 87 | 47 | 4D |
| Octal | 233 | 356 | 260 | 43 | 0 | 32 | 7 | 207 | 107 | 115 |
| Binary | 10011011 | 11101110 | 10110000 | 100011 | 0 | 11010 | 111 | 10000111 | 1000111 | 1001101 |
Color Harmonies of #9BEEB0
Complementary color
Monochromatic Colors of #9BEEB0
Black with #9BEEB0
Text Example
Text Example
White with #9BEEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEEB0; }
p { color: rgb(155,238,176); }
H1.HeaderClassName
{
color: #9BEEB0;
}
.AnyTagClassName
{
color: #9BEEB0;
}
</style>
background-color css
<style>
a { background-color: #9BEEB0; }
a { background-color: rgb(155,238,176); }
div.DivClassName
{
background-color: #9BEEB0;
}
.BgClassName
{
background-color: #9BEEB0;
}
</style>
border-color css
<style>
span { border-color: #9BEEB0; }
span { border-color: rgb(155,238,176); }
td.TdClassName
{
border-color: #9BEEB0;
}
.TagClassName
{
border-color: #9BEEB0;
}
</style>