Shades of Shadow Green #93BBB4
Tints of Shadow Green #93BBB4
RGB
CMYK
RGB Variations
Color information
#93BBB4 (or 0x93BBB4) is known color: Shadow Green. HEX triplet: 93, BB and B4. RGB value is (147,187,180). Sum of RGB (Red+Green+Blue) = 147+187+180=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 187 - color contains mainly: green. Hex color #93BBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BBB4 is #6C444B. Grayscale: #AEAEAE. Windows color (decimal): -7095372 or 11844499. OLE color: 11844499.
HSL color Cylindrical-coordinate representation of color #93BBB4: hue angle of 169.5º 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 #93BBB4 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 187 | 180 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.27 |
| HSL | 169.5º | 0.23% | 0.65% | - |
| HSV(B) | 169.5º | 0.21% | 0.73% | - |
| XYZ | 38.04 | 45.04 | 49.87 | - |
| YUV | 174.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 180 | 0.21 | 0 | 0.04 | 0.27 | 169.5 | 0.23 | 0.65 |
| Hex | 93 | BB | B4 | 15 | 0 | 4 | 1B | AA | 17 | 41 |
| Octal | 223 | 273 | 264 | 25 | 0 | 4 | 33 | 252 | 27 | 101 |
| Binary | 10010011 | 10111011 | 10110100 | 10101 | 0 | 100 | 11011 | 10101010 | 10111 | 1000001 |
Color Harmonies of #93BBB4
Complementary color
Monochromatic Colors of #93BBB4
Black with #93BBB4
Text Example
Text Example
White with #93BBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BBB4; }
p { color: rgb(147,187,180); }
H1.HeaderClassName
{
color: #93BBB4;
}
.AnyTagClassName
{
color: #93BBB4;
}
</style>
background-color css
<style>
a { background-color: #93BBB4; }
a { background-color: rgb(147,187,180); }
div.DivClassName
{
background-color: #93BBB4;
}
.BgClassName
{
background-color: #93BBB4;
}
</style>
border-color css
<style>
span { border-color: #93BBB4; }
span { border-color: rgb(147,187,180); }
td.TdClassName
{
border-color: #93BBB4;
}
.TagClassName
{
border-color: #93BBB4;
}
</style>