Shades of Celadon #9BEEB1
Tints of Celadon #9BEEB1
RGB
CMYK
RGB Variations
Color information
#9BEEB1 (or 0x9BEEB1) is known color: Celadon. HEX triplet: 9B, EE and B1. RGB value is (155,238,177). Sum of RGB (Red+Green+Blue) = 155+238+177=570 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.19% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEEB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEEB1 is #64114E. Grayscale: #CECECE. Windows color (decimal): -6558031 or 11660955. OLE color: 11660955.
HSL color Cylindrical-coordinate representation of color #9BEEB1: hue angle of 135.9º 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 #9BEEB1 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 238 | 177 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.07 |
| HSL | 135.9º | 0.71% | 0.77% | - |
| HSV(B) | 135.9º | 0.35% | 0.93% | - |
| XYZ | 52.03 | 71.29 | 52.61 | - |
| YUV | 206.23 | 111.5 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 238 | 177 | 0.35 | 0 | 0.26 | 0.07 | 135.9 | 0.71 | 0.77 |
| Hex | 9B | EE | B1 | 23 | 0 | 1A | 7 | 88 | 47 | 4D |
| Octal | 233 | 356 | 261 | 43 | 0 | 32 | 7 | 210 | 107 | 115 |
| Binary | 10011011 | 11101110 | 10110001 | 100011 | 0 | 11010 | 111 | 10001000 | 1000111 | 1001101 |
Color Harmonies of #9BEEB1
Complementary color
Monochromatic Colors of #9BEEB1
Black with #9BEEB1
Text Example
Text Example
White with #9BEEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEEB1; }
p { color: rgb(155,238,177); }
H1.HeaderClassName
{
color: #9BEEB1;
}
.AnyTagClassName
{
color: #9BEEB1;
}
</style>
background-color css
<style>
a { background-color: #9BEEB1; }
a { background-color: rgb(155,238,177); }
div.DivClassName
{
background-color: #9BEEB1;
}
.BgClassName
{
background-color: #9BEEB1;
}
</style>
border-color css
<style>
span { border-color: #9BEEB1; }
span { border-color: rgb(155,238,177); }
td.TdClassName
{
border-color: #9BEEB1;
}
.TagClassName
{
border-color: #9BEEB1;
}
</style>