Shades of Shadow Green #93CBB5
Tints of Shadow Green #93CBB5
RGB
CMYK
RGB Variations
Color information
#93CBB5 (or 0x93CBB5) is known color: Shadow Green. HEX triplet: 93, CB and B5. RGB value is (147,203,181). Sum of RGB (Red+Green+Blue) = 147+203+181=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 203 - color contains mainly: green. Hex color #93CBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CBB5 is #6C344A. Grayscale: #B7B7B7. Windows color (decimal): -7091275 or 11914131. OLE color: 11914131.
HSL color Cylindrical-coordinate representation of color #93CBB5: hue angle of 156.43º 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 #93CBB5 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 203 | 181 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.20 |
| HSL | 156.43º | 0.35% | 0.69% | - |
| HSV(B) | 156.43º | 0.28% | 0.8% | - |
| XYZ | 41.73 | 52.25 | 51.6 | - |
| YUV | 183.75 | 126.45 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 203 | 181 | 0.28 | 0 | 0.11 | 0.20 | 156.43 | 0.35 | 0.69 |
| Hex | 93 | CB | B5 | 1C | 0 | B | 14 | 9C | 23 | 45 |
| Octal | 223 | 313 | 265 | 34 | 0 | 13 | 24 | 234 | 43 | 105 |
| Binary | 10010011 | 11001011 | 10110101 | 11100 | 0 | 1011 | 10100 | 10011100 | 100011 | 1000101 |
Color Harmonies of #93CBB5
Complementary color
Monochromatic Colors of #93CBB5
Black with #93CBB5
Text Example
Text Example
White with #93CBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CBB5; }
p { color: rgb(147,203,181); }
H1.HeaderClassName
{
color: #93CBB5;
}
.AnyTagClassName
{
color: #93CBB5;
}
</style>
background-color css
<style>
a { background-color: #93CBB5; }
a { background-color: rgb(147,203,181); }
div.DivClassName
{
background-color: #93CBB5;
}
.BgClassName
{
background-color: #93CBB5;
}
</style>
border-color css
<style>
span { border-color: #93CBB5; }
span { border-color: rgb(147,203,181); }
td.TdClassName
{
border-color: #93CBB5;
}
.TagClassName
{
border-color: #93CBB5;
}
</style>