Shades of Shadow Green #93CBBB
Tints of Shadow Green #93CBBB
RGB
CMYK
RGB Variations
Color information
#93CBBB (or 0x93CBBB) is known color: Shadow Green. HEX triplet: 93, CB and BB. RGB value is (147,203,187). Sum of RGB (Red+Green+Blue) = 147+203+187=537 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.37% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 203 - color contains mainly: green. Hex color #93CBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CBBB is #6C3444. Grayscale: #B8B8B8. Windows color (decimal): -7091269 or 12307347. OLE color: 12307347.
HSL color Cylindrical-coordinate representation of color #93CBBB: hue angle of 162.86º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CBBB is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 203 | 187 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.20 |
| HSL | 162.86º | 0.35% | 0.69% | - |
| HSV(B) | 162.86º | 0.28% | 0.8% | - |
| XYZ | 42.36 | 52.5 | 54.92 | - |
| YUV | 184.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 203 | 187 | 0.28 | 0 | 0.08 | 0.20 | 162.86 | 0.35 | 0.69 |
| Hex | 93 | CB | BB | 1C | 0 | 8 | 14 | A3 | 23 | 45 |
| Octal | 223 | 313 | 273 | 34 | 0 | 10 | 24 | 243 | 43 | 105 |
| Binary | 10010011 | 11001011 | 10111011 | 11100 | 0 | 1000 | 10100 | 10100011 | 100011 | 1000101 |
Color Harmonies of #93CBBB
Complementary color
Monochromatic Colors of #93CBBB
Black with #93CBBB
Text Example
Text Example
White with #93CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CBBB; }
p { color: rgb(147,203,187); }
H1.HeaderClassName
{
color: #93CBBB;
}
.AnyTagClassName
{
color: #93CBBB;
}
</style>
background-color css
<style>
a { background-color: #93CBBB; }
a { background-color: rgb(147,203,187); }
div.DivClassName
{
background-color: #93CBBB;
}
.BgClassName
{
background-color: #93CBBB;
}
</style>
border-color css
<style>
span { border-color: #93CBBB; }
span { border-color: rgb(147,203,187); }
td.TdClassName
{
border-color: #93CBBB;
}
.TagClassName
{
border-color: #93CBBB;
}
</style>