Shades of Shadow Green #93C1B8
Tints of Shadow Green #93C1B8
RGB
CMYK
RGB Variations
Color information
#93C1B8 (or 0x93C1B8) is known color: Shadow Green. HEX triplet: 93, C1 and B8. RGB value is (147,193,184). Sum of RGB (Red+Green+Blue) = 147+193+184=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 193 - color contains mainly: green. Hex color #93C1B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C1B8 is #6C3E47. Grayscale: #B2B2B2. Windows color (decimal): -7093832 or 12108179. OLE color: 12108179.
HSL color Cylindrical-coordinate representation of color #93C1B8: hue angle of 168.26º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93C1B8 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 193 | 184 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.24 |
| HSL | 168.26º | 0.27% | 0.67% | - |
| HSV(B) | 168.26º | 0.24% | 0.76% | - |
| XYZ | 39.75 | 47.8 | 52.48 | - |
| YUV | 178.22 | 131.26 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 193 | 184 | 0.24 | 0 | 0.05 | 0.24 | 168.26 | 0.27 | 0.67 |
| Hex | 93 | C1 | B8 | 18 | 0 | 5 | 18 | A8 | 1B | 43 |
| Octal | 223 | 301 | 270 | 30 | 0 | 5 | 30 | 250 | 33 | 103 |
| Binary | 10010011 | 11000001 | 10111000 | 11000 | 0 | 101 | 11000 | 10101000 | 11011 | 1000011 |
Color Harmonies of #93C1B8
Complementary color
Monochromatic Colors of #93C1B8
Black with #93C1B8
Text Example
Text Example
White with #93C1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C1B8; }
p { color: rgb(147,193,184); }
H1.HeaderClassName
{
color: #93C1B8;
}
.AnyTagClassName
{
color: #93C1B8;
}
</style>
background-color css
<style>
a { background-color: #93C1B8; }
a { background-color: rgb(147,193,184); }
div.DivClassName
{
background-color: #93C1B8;
}
.BgClassName
{
background-color: #93C1B8;
}
</style>
border-color css
<style>
span { border-color: #93C1B8; }
span { border-color: rgb(147,193,184); }
td.TdClassName
{
border-color: #93C1B8;
}
.TagClassName
{
border-color: #93C1B8;
}
</style>