Shades of Dark Sea Green #93CC90
Tints of Dark Sea Green #93CC90
RGB
CMYK
RGB Variations
Color information
#93CC90 (or 0x93CC90) is known color: Dark Sea Green. HEX triplet: 93, CC and 90. RGB value is (147,204,144). Sum of RGB (Red+Green+Blue) = 147+204+144=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #93CC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CC90 is #6C336F. Grayscale: #B4B4B4. Windows color (decimal): -7091056 or 9489555. OLE color: 9489555.
HSL color Cylindrical-coordinate representation of color #93CC90: hue angle of 117º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93CC90 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 204 | 144 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.2 |
| HSL | 117º | 0.37% | 0.68% | - |
| HSV(B) | 117º | 0.29% | 0.8% | - |
| XYZ | 38.66 | 51.4 | 34.27 | - |
| YUV | 180.12 | 107.62 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 204 | 144 | 0.28 | 0 | 0.29 | 0.2 | 117 | 0.37 | 0.68 |
| Hex | 93 | CC | 90 | 1C | 0 | 1D | 14 | 75 | 25 | 44 |
| Octal | 223 | 314 | 220 | 34 | 0 | 35 | 24 | 165 | 45 | 104 |
| Binary | 10010011 | 11001100 | 10010000 | 11100 | 0 | 11101 | 10100 | 1110101 | 100101 | 1000100 |
Color Harmonies of #93CC90
Complementary color
Monochromatic Colors of #93CC90
Black with #93CC90
Text Example
Text Example
White with #93CC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CC90; }
p { color: rgb(147,204,144); }
H1.HeaderClassName
{
color: #93CC90;
}
.AnyTagClassName
{
color: #93CC90;
}
</style>
background-color css
<style>
a { background-color: #93CC90; }
a { background-color: rgb(147,204,144); }
div.DivClassName
{
background-color: #93CC90;
}
.BgClassName
{
background-color: #93CC90;
}
</style>
border-color css
<style>
span { border-color: #93CC90; }
span { border-color: rgb(147,204,144); }
td.TdClassName
{
border-color: #93CC90;
}
.TagClassName
{
border-color: #93CC90;
}
</style>