Shades of Shadow Green #93BFAE
Tints of Shadow Green #93BFAE
RGB
CMYK
RGB Variations
Color information
#93BFAE (or 0x93BFAE) is known color: Shadow Green. HEX triplet: 93, BF and AE. RGB value is (147,191,174). Sum of RGB (Red+Green+Blue) = 147+191+174=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 191 - color contains mainly: green. Hex color #93BFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BFAE is #6C4051. Grayscale: #AFAFAF. Windows color (decimal): -7094354 or 11452307. OLE color: 11452307.
HSL color Cylindrical-coordinate representation of color #93BFAE: hue angle of 156.82º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93BFAE is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 191 | 174 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.25 |
| HSL | 156.82º | 0.26% | 0.66% | - |
| HSV(B) | 156.82º | 0.23% | 0.75% | - |
| XYZ | 38.3 | 46.52 | 47 | - |
| YUV | 175.91 | 126.92 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 191 | 174 | 0.23 | 0 | 0.09 | 0.25 | 156.82 | 0.26 | 0.66 |
| Hex | 93 | BF | AE | 17 | 0 | 9 | 19 | 9D | 1A | 42 |
| Octal | 223 | 277 | 256 | 27 | 0 | 11 | 31 | 235 | 32 | 102 |
| Binary | 10010011 | 10111111 | 10101110 | 10111 | 0 | 1001 | 11001 | 10011101 | 11010 | 1000010 |
Color Harmonies of #93BFAE
Complementary color
Monochromatic Colors of #93BFAE
Black with #93BFAE
Text Example
Text Example
White with #93BFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BFAE; }
p { color: rgb(147,191,174); }
H1.HeaderClassName
{
color: #93BFAE;
}
.AnyTagClassName
{
color: #93BFAE;
}
</style>
background-color css
<style>
a { background-color: #93BFAE; }
a { background-color: rgb(147,191,174); }
div.DivClassName
{
background-color: #93BFAE;
}
.BgClassName
{
background-color: #93BFAE;
}
</style>
border-color css
<style>
span { border-color: #93BFAE; }
span { border-color: rgb(147,191,174); }
td.TdClassName
{
border-color: #93BFAE;
}
.TagClassName
{
border-color: #93BFAE;
}
</style>