Shades of Dark Sea Green #93C090
Tints of Dark Sea Green #93C090
RGB
CMYK
RGB Variations
Color information
#93C090 (or 0x93C090) is known color: Dark Sea Green. HEX triplet: 93, C0 and 90. RGB value is (147,192,144). Sum of RGB (Red+Green+Blue) = 147+192+144=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #93C090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C090 is #6C3F6F. Grayscale: #ADADAD. Windows color (decimal): -7094128 or 9486483. OLE color: 9486483.
HSL color Cylindrical-coordinate representation of color #93C090: hue angle of 116.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93C090 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 192 | 144 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.25 |
| HSL | 116.25º | 0.28% | 0.66% | - |
| HSV(B) | 116.25º | 0.25% | 0.75% | - |
| XYZ | 35.92 | 45.92 | 33.36 | - |
| YUV | 173.07 | 111.59 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 144 | 0.23 | 0 | 0.25 | 0.25 | 116.25 | 0.28 | 0.66 |
| Hex | 93 | C0 | 90 | 17 | 0 | 19 | 19 | 74 | 1C | 42 |
| Octal | 223 | 300 | 220 | 27 | 0 | 31 | 31 | 164 | 34 | 102 |
| Binary | 10010011 | 11000000 | 10010000 | 10111 | 0 | 11001 | 11001 | 1110100 | 11100 | 1000010 |
Color Harmonies of #93C090
Complementary color
Monochromatic Colors of #93C090
Black with #93C090
Text Example
Text Example
White with #93C090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C090; }
p { color: rgb(147,192,144); }
H1.HeaderClassName
{
color: #93C090;
}
.AnyTagClassName
{
color: #93C090;
}
</style>
background-color css
<style>
a { background-color: #93C090; }
a { background-color: rgb(147,192,144); }
div.DivClassName
{
background-color: #93C090;
}
.BgClassName
{
background-color: #93C090;
}
</style>
border-color css
<style>
span { border-color: #93C090; }
span { border-color: rgb(147,192,144); }
td.TdClassName
{
border-color: #93C090;
}
.TagClassName
{
border-color: #93C090;
}
</style>