Shades of Summer Green #93B2A0
Tints of Summer Green #93B2A0
RGB
CMYK
RGB Variations
Color information
#93B2A0 (or 0x93B2A0) is known color: Summer Green. HEX triplet: 93, B2 and A0. RGB value is (147,178,160). Sum of RGB (Red+Green+Blue) = 147+178+160=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 178 - color contains mainly: green. Hex color #93B2A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93B2A0 is #6C4D5F. Grayscale: #A6A6A6. Windows color (decimal): -7097696 or 10531475. OLE color: 10531475.
HSL color Cylindrical-coordinate representation of color #93B2A0: hue angle of 145.16º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93B2A0 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 178 | 160 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.30 |
| HSL | 145.16º | 0.17% | 0.64% | - |
| HSV(B) | 145.16º | 0.17% | 0.7% | - |
| XYZ | 34.3 | 40.58 | 39.28 | - |
| YUV | 166.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 178 | 160 | 0.17 | 0 | 0.10 | 0.30 | 145.16 | 0.17 | 0.64 |
| Hex | 93 | B2 | A0 | 11 | 0 | A | 1E | 91 | 11 | 40 |
| Octal | 223 | 262 | 240 | 21 | 0 | 12 | 36 | 221 | 21 | 100 |
| Binary | 10010011 | 10110010 | 10100000 | 10001 | 0 | 1010 | 11110 | 10010001 | 10001 | 1000000 |
Color Harmonies of #93B2A0
Complementary color
Monochromatic Colors of #93B2A0
Black with #93B2A0
Text Example
Text Example
White with #93B2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B2A0; }
p { color: rgb(147,178,160); }
H1.HeaderClassName
{
color: #93B2A0;
}
.AnyTagClassName
{
color: #93B2A0;
}
</style>
background-color css
<style>
a { background-color: #93B2A0; }
a { background-color: rgb(147,178,160); }
div.DivClassName
{
background-color: #93B2A0;
}
.BgClassName
{
background-color: #93B2A0;
}
</style>
border-color css
<style>
span { border-color: #93B2A0; }
span { border-color: rgb(147,178,160); }
td.TdClassName
{
border-color: #93B2A0;
}
.TagClassName
{
border-color: #93B2A0;
}
</style>