Shades of Shadow Green #93CDB8
Tints of Shadow Green #93CDB8
RGB
CMYK
RGB Variations
Color information
#93CDB8 (or 0x93CDB8) is known color: Shadow Green. HEX triplet: 93, CD and B8. RGB value is (147,205,184). Sum of RGB (Red+Green+Blue) = 147+205+184=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 205 - color contains mainly: green. Hex color #93CDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CDB8 is #6C3247. Grayscale: #B9B9B9. Windows color (decimal): -7090760 or 12111251. OLE color: 12111251.
HSL color Cylindrical-coordinate representation of color #93CDB8: hue angle of 158.28º degrees, saturation: 0.37, 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 #93CDB8 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 205 | 184 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.20 |
| HSL | 158.28º | 0.37% | 0.69% | - |
| HSV(B) | 158.28º | 0.28% | 0.8% | - |
| XYZ | 42.52 | 53.33 | 53.4 | - |
| YUV | 185.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 205 | 184 | 0.28 | 0 | 0.10 | 0.20 | 158.28 | 0.37 | 0.69 |
| Hex | 93 | CD | B8 | 1C | 0 | A | 14 | 9E | 25 | 45 |
| Octal | 223 | 315 | 270 | 34 | 0 | 12 | 24 | 236 | 45 | 105 |
| Binary | 10010011 | 11001101 | 10111000 | 11100 | 0 | 1010 | 10100 | 10011110 | 100101 | 1000101 |
Color Harmonies of #93CDB8
Complementary color
Monochromatic Colors of #93CDB8
Black with #93CDB8
Text Example
Text Example
White with #93CDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CDB8; }
p { color: rgb(147,205,184); }
H1.HeaderClassName
{
color: #93CDB8;
}
.AnyTagClassName
{
color: #93CDB8;
}
</style>
background-color css
<style>
a { background-color: #93CDB8; }
a { background-color: rgb(147,205,184); }
div.DivClassName
{
background-color: #93CDB8;
}
.BgClassName
{
background-color: #93CDB8;
}
</style>
border-color css
<style>
span { border-color: #93CDB8; }
span { border-color: rgb(147,205,184); }
td.TdClassName
{
border-color: #93CDB8;
}
.TagClassName
{
border-color: #93CDB8;
}
</style>