Shades of Dark Sea Green #93B990
Tints of Dark Sea Green #93B990
RGB
CMYK
RGB Variations
Color information
#93B990 (or 0x93B990) is known color: Dark Sea Green. HEX triplet: 93, B9 and 90. RGB value is (147,185,144). Sum of RGB (Red+Green+Blue) = 147+185+144=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #93B990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B990 is #6C466F. Grayscale: #A9A9A9. Windows color (decimal): -7095920 or 9484691. OLE color: 9484691.
HSL color Cylindrical-coordinate representation of color #93B990: hue angle of 115.61º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93B990 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 185 | 144 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.27 |
| HSL | 115.61º | 0.23% | 0.65% | - |
| HSV(B) | 115.61º | 0.22% | 0.73% | - |
| XYZ | 34.42 | 42.91 | 32.86 | - |
| YUV | 168.96 | 113.91 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 185 | 144 | 0.21 | 0 | 0.22 | 0.27 | 115.61 | 0.23 | 0.65 |
| Hex | 93 | B9 | 90 | 15 | 0 | 16 | 1B | 74 | 17 | 41 |
| Octal | 223 | 271 | 220 | 25 | 0 | 26 | 33 | 164 | 27 | 101 |
| Binary | 10010011 | 10111001 | 10010000 | 10101 | 0 | 10110 | 11011 | 1110100 | 10111 | 1000001 |
Color Harmonies of #93B990
Complementary color
Monochromatic Colors of #93B990
Black with #93B990
Text Example
Text Example
White with #93B990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B990; }
p { color: rgb(147,185,144); }
H1.HeaderClassName
{
color: #93B990;
}
.AnyTagClassName
{
color: #93B990;
}
</style>
background-color css
<style>
a { background-color: #93B990; }
a { background-color: rgb(147,185,144); }
div.DivClassName
{
background-color: #93B990;
}
.BgClassName
{
background-color: #93B990;
}
</style>
border-color css
<style>
span { border-color: #93B990; }
span { border-color: rgb(147,185,144); }
td.TdClassName
{
border-color: #93B990;
}
.TagClassName
{
border-color: #93B990;
}
</style>