Shades of Shadow Green #93CBBD
Tints of Shadow Green #93CBBD
RGB
CMYK
RGB Variations
Color information
#93CBBD (or 0x93CBBD) is known color: Shadow Green. HEX triplet: 93, CB and BD. RGB value is (147,203,189). Sum of RGB (Red+Green+Blue) = 147+203+189=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #93CBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CBBD is #6C3442. Grayscale: #B8B8B8. Windows color (decimal): -7091267 or 12438419. OLE color: 12438419.
HSL color Cylindrical-coordinate representation of color #93CBBD: hue angle of 165º 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 #93CBBD is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 203 | 189 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.20 |
| HSL | 165º | 0.35% | 0.69% | - |
| HSV(B) | 165º | 0.28% | 0.8% | - |
| XYZ | 42.57 | 52.59 | 56.05 | - |
| YUV | 184.66 | 130.45 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 203 | 189 | 0.28 | 0 | 0.07 | 0.20 | 165 | 0.35 | 0.69 |
| Hex | 93 | CB | BD | 1C | 0 | 7 | 14 | A5 | 23 | 45 |
| Octal | 223 | 313 | 275 | 34 | 0 | 7 | 24 | 245 | 43 | 105 |
| Binary | 10010011 | 11001011 | 10111101 | 11100 | 0 | 111 | 10100 | 10100101 | 100011 | 1000101 |
Color Harmonies of #93CBBD
Complementary color
Monochromatic Colors of #93CBBD
Black with #93CBBD
Text Example
Text Example
White with #93CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CBBD; }
p { color: rgb(147,203,189); }
H1.HeaderClassName
{
color: #93CBBD;
}
.AnyTagClassName
{
color: #93CBBD;
}
</style>
background-color css
<style>
a { background-color: #93CBBD; }
a { background-color: rgb(147,203,189); }
div.DivClassName
{
background-color: #93CBBD;
}
.BgClassName
{
background-color: #93CBBD;
}
</style>
border-color css
<style>
span { border-color: #93CBBD; }
span { border-color: rgb(147,203,189); }
td.TdClassName
{
border-color: #93CBBD;
}
.TagClassName
{
border-color: #93CBBD;
}
</style>