Shades of Shadow Green #93C8BF
Tints of Shadow Green #93C8BF
RGB
CMYK
RGB Variations
Color information
#93C8BF (or 0x93C8BF) is known color: Shadow Green. HEX triplet: 93, C8 and BF. RGB value is (147,200,191). Sum of RGB (Red+Green+Blue) = 147+200+191=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 200 - color contains mainly: green. Hex color #93C8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C8BF is #6C3740. Grayscale: #B7B7B7. Windows color (decimal): -7092033 or 12568723. OLE color: 12568723.
HSL color Cylindrical-coordinate representation of color #93C8BF: hue angle of 169.81º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93C8BF is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 200 | 191 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.22 |
| HSL | 169.81º | 0.33% | 0.68% | - |
| HSV(B) | 169.81º | 0.27% | 0.78% | - |
| XYZ | 42.09 | 51.27 | 56.97 | - |
| YUV | 183.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 200 | 191 | 0.26 | 0 | 0.04 | 0.22 | 169.81 | 0.33 | 0.68 |
| Hex | 93 | C8 | BF | 1A | 0 | 4 | 16 | AA | 21 | 44 |
| Octal | 223 | 310 | 277 | 32 | 0 | 4 | 26 | 252 | 41 | 104 |
| Binary | 10010011 | 11001000 | 10111111 | 11010 | 0 | 100 | 10110 | 10101010 | 100001 | 1000100 |
Color Harmonies of #93C8BF
Complementary color
Monochromatic Colors of #93C8BF
Black with #93C8BF
Text Example
Text Example
White with #93C8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C8BF; }
p { color: rgb(147,200,191); }
H1.HeaderClassName
{
color: #93C8BF;
}
.AnyTagClassName
{
color: #93C8BF;
}
</style>
background-color css
<style>
a { background-color: #93C8BF; }
a { background-color: rgb(147,200,191); }
div.DivClassName
{
background-color: #93C8BF;
}
.BgClassName
{
background-color: #93C8BF;
}
</style>
border-color css
<style>
span { border-color: #93C8BF; }
span { border-color: rgb(147,200,191); }
td.TdClassName
{
border-color: #93C8BF;
}
.TagClassName
{
border-color: #93C8BF;
}
</style>