Shades of Shadow Green #93C4BB
Tints of Shadow Green #93C4BB
RGB
CMYK
RGB Variations
Color information
#93C4BB (or 0x93C4BB) is known color: Shadow Green. HEX triplet: 93, C4 and BB. RGB value is (147,196,187). Sum of RGB (Red+Green+Blue) = 147+196+187=530 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.74% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 196 - color contains mainly: green. Hex color #93C4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C4BB is #6C3B44. Grayscale: #B4B4B4. Windows color (decimal): -7093061 or 12305555. OLE color: 12305555.
HSL color Cylindrical-coordinate representation of color #93C4BB: hue angle of 168.98º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93C4BB is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 196 | 187 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.23 |
| HSL | 168.98º | 0.29% | 0.67% | - |
| HSV(B) | 168.98º | 0.25% | 0.77% | - |
| XYZ | 40.74 | 49.27 | 54.38 | - |
| YUV | 180.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 196 | 187 | 0.25 | 0 | 0.05 | 0.23 | 168.98 | 0.29 | 0.67 |
| Hex | 93 | C4 | BB | 19 | 0 | 5 | 17 | A9 | 1D | 43 |
| Octal | 223 | 304 | 273 | 31 | 0 | 5 | 27 | 251 | 35 | 103 |
| Binary | 10010011 | 11000100 | 10111011 | 11001 | 0 | 101 | 10111 | 10101001 | 11101 | 1000011 |
Color Harmonies of #93C4BB
Complementary color
Monochromatic Colors of #93C4BB
Black with #93C4BB
Text Example
Text Example
White with #93C4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C4BB; }
p { color: rgb(147,196,187); }
H1.HeaderClassName
{
color: #93C4BB;
}
.AnyTagClassName
{
color: #93C4BB;
}
</style>
background-color css
<style>
a { background-color: #93C4BB; }
a { background-color: rgb(147,196,187); }
div.DivClassName
{
background-color: #93C4BB;
}
.BgClassName
{
background-color: #93C4BB;
}
</style>
border-color css
<style>
span { border-color: #93C4BB; }
span { border-color: rgb(147,196,187); }
td.TdClassName
{
border-color: #93C4BB;
}
.TagClassName
{
border-color: #93C4BB;
}
</style>