Shades of Dark Sea Green #93CA8A
Tints of Dark Sea Green #93CA8A
RGB
CMYK
RGB Variations
Color information
#93CA8A (or 0x93CA8A) is known color: Dark Sea Green. HEX triplet: 93, CA and 8A. RGB value is (147,202,138). Sum of RGB (Red+Green+Blue) = 147+202+138=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #93CA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CA8A is #6C3575. Grayscale: #B2B2B2. Windows color (decimal): -7091574 or 9095827. OLE color: 9095827.
HSL color Cylindrical-coordinate representation of color #93CA8A: hue angle of 111.56º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93CA8A is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 202 | 138 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.21 |
| HSL | 111.56º | 0.38% | 0.67% | - |
| HSV(B) | 111.56º | 0.32% | 0.79% | - |
| XYZ | 37.74 | 50.28 | 31.76 | - |
| YUV | 178.26 | 105.28 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 202 | 138 | 0.27 | 0 | 0.32 | 0.21 | 111.56 | 0.38 | 0.67 |
| Hex | 93 | CA | 8A | 1B | 0 | 20 | 15 | 70 | 26 | 43 |
| Octal | 223 | 312 | 212 | 33 | 0 | 40 | 25 | 160 | 46 | 103 |
| Binary | 10010011 | 11001010 | 10001010 | 11011 | 0 | 100000 | 10101 | 1110000 | 100110 | 1000011 |
Color Harmonies of #93CA8A
Complementary color
Monochromatic Colors of #93CA8A
Black with #93CA8A
Text Example
Text Example
White with #93CA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CA8A; }
p { color: rgb(147,202,138); }
H1.HeaderClassName
{
color: #93CA8A;
}
.AnyTagClassName
{
color: #93CA8A;
}
</style>
background-color css
<style>
a { background-color: #93CA8A; }
a { background-color: rgb(147,202,138); }
div.DivClassName
{
background-color: #93CA8A;
}
.BgClassName
{
background-color: #93CA8A;
}
</style>
border-color css
<style>
span { border-color: #93CA8A; }
span { border-color: rgb(147,202,138); }
td.TdClassName
{
border-color: #93CA8A;
}
.TagClassName
{
border-color: #93CA8A;
}
</style>