Shades of Dark Sea Green #93BD8A
Tints of Dark Sea Green #93BD8A
RGB
CMYK
RGB Variations
Color information
#93BD8A (or 0x93BD8A) is known color: Dark Sea Green. HEX triplet: 93, BD and 8A. RGB value is (147,189,138). Sum of RGB (Red+Green+Blue) = 147+189+138=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BD8A is #6C4275. Grayscale: #AAAAAA. Windows color (decimal): -7094902 or 9092499. OLE color: 9092499.
HSL color Cylindrical-coordinate representation of color #93BD8A: hue angle of 109.41º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93BD8A is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 189 | 138 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.26 |
| HSL | 109.41º | 0.28% | 0.64% | - |
| HSV(B) | 109.41º | 0.27% | 0.74% | - |
| XYZ | 34.82 | 44.43 | 30.79 | - |
| YUV | 170.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 138 | 0.22 | 0 | 0.27 | 0.26 | 109.41 | 0.28 | 0.64 |
| Hex | 93 | BD | 8A | 16 | 0 | 1B | 1A | 6D | 1C | 40 |
| Octal | 223 | 275 | 212 | 26 | 0 | 33 | 32 | 155 | 34 | 100 |
| Binary | 10010011 | 10111101 | 10001010 | 10110 | 0 | 11011 | 11010 | 1101101 | 11100 | 1000000 |
Color Harmonies of #93BD8A
Complementary color
Monochromatic Colors of #93BD8A
Black with #93BD8A
Text Example
Text Example
White with #93BD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BD8A; }
p { color: rgb(147,189,138); }
H1.HeaderClassName
{
color: #93BD8A;
}
.AnyTagClassName
{
color: #93BD8A;
}
</style>
background-color css
<style>
a { background-color: #93BD8A; }
a { background-color: rgb(147,189,138); }
div.DivClassName
{
background-color: #93BD8A;
}
.BgClassName
{
background-color: #93BD8A;
}
</style>
border-color css
<style>
span { border-color: #93BD8A; }
span { border-color: rgb(147,189,138); }
td.TdClassName
{
border-color: #93BD8A;
}
.TagClassName
{
border-color: #93BD8A;
}
</style>