Shades of Shadow Green #93BBB3
Tints of Shadow Green #93BBB3
RGB
CMYK
RGB Variations
Color information
#93BBB3 (or 0x93BBB3) is known color: Shadow Green. HEX triplet: 93, BB and B3. RGB value is (147,187,179). Sum of RGB (Red+Green+Blue) = 147+187+179=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 187 - color contains mainly: green. Hex color #93BBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BBB3 is #6C444C. Grayscale: #AEAEAE. Windows color (decimal): -7095373 or 11778963. OLE color: 11778963.
HSL color Cylindrical-coordinate representation of color #93BBB3: hue angle of 168º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93BBB3 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 187 | 179 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.27 |
| HSL | 168º | 0.23% | 0.65% | - |
| HSV(B) | 168º | 0.21% | 0.73% | - |
| XYZ | 37.94 | 45 | 49.33 | - |
| YUV | 174.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 179 | 0.21 | 0 | 0.04 | 0.27 | 168 | 0.23 | 0.65 |
| Hex | 93 | BB | B3 | 15 | 0 | 4 | 1B | A8 | 17 | 41 |
| Octal | 223 | 273 | 263 | 25 | 0 | 4 | 33 | 250 | 27 | 101 |
| Binary | 10010011 | 10111011 | 10110011 | 10101 | 0 | 100 | 11011 | 10101000 | 10111 | 1000001 |
Color Harmonies of #93BBB3
Complementary color
Monochromatic Colors of #93BBB3
Black with #93BBB3
Text Example
Text Example
White with #93BBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BBB3; }
p { color: rgb(147,187,179); }
H1.HeaderClassName
{
color: #93BBB3;
}
.AnyTagClassName
{
color: #93BBB3;
}
</style>
background-color css
<style>
a { background-color: #93BBB3; }
a { background-color: rgb(147,187,179); }
div.DivClassName
{
background-color: #93BBB3;
}
.BgClassName
{
background-color: #93BBB3;
}
</style>
border-color css
<style>
span { border-color: #93BBB3; }
span { border-color: rgb(147,187,179); }
td.TdClassName
{
border-color: #93BBB3;
}
.TagClassName
{
border-color: #93BBB3;
}
</style>