Shades of Shadow Green #93CBB8
Tints of Shadow Green #93CBB8
RGB
CMYK
RGB Variations
Color information
#93CBB8 (or 0x93CBB8) is known color: Shadow Green. HEX triplet: 93, CB and B8. RGB value is (147,203,184). Sum of RGB (Red+Green+Blue) = 147+203+184=534 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.53% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #93CBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CBB8 is #6C3447. Grayscale: #B8B8B8. Windows color (decimal): -7091272 or 12110739. OLE color: 12110739.
HSL color Cylindrical-coordinate representation of color #93CBB8: hue angle of 159.64º 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 #93CBB8 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 203 | 184 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.20 |
| HSL | 159.64º | 0.35% | 0.69% | - |
| HSV(B) | 159.64º | 0.28% | 0.8% | - |
| XYZ | 42.04 | 52.38 | 53.24 | - |
| YUV | 184.09 | 127.95 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 203 | 184 | 0.28 | 0 | 0.09 | 0.20 | 159.64 | 0.35 | 0.69 |
| Hex | 93 | CB | B8 | 1C | 0 | 9 | 14 | A0 | 23 | 45 |
| Octal | 223 | 313 | 270 | 34 | 0 | 11 | 24 | 240 | 43 | 105 |
| Binary | 10010011 | 11001011 | 10111000 | 11100 | 0 | 1001 | 10100 | 10100000 | 100011 | 1000101 |
Color Harmonies of #93CBB8
Complementary color
Monochromatic Colors of #93CBB8
Black with #93CBB8
Text Example
Text Example
White with #93CBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CBB8; }
p { color: rgb(147,203,184); }
H1.HeaderClassName
{
color: #93CBB8;
}
.AnyTagClassName
{
color: #93CBB8;
}
</style>
background-color css
<style>
a { background-color: #93CBB8; }
a { background-color: rgb(147,203,184); }
div.DivClassName
{
background-color: #93CBB8;
}
.BgClassName
{
background-color: #93CBB8;
}
</style>
border-color css
<style>
span { border-color: #93CBB8; }
span { border-color: rgb(147,203,184); }
td.TdClassName
{
border-color: #93CBB8;
}
.TagClassName
{
border-color: #93CBB8;
}
</style>