Shades of Dark Sea Green #93CB8B
Tints of Dark Sea Green #93CB8B
RGB
CMYK
RGB Variations
Color information
#93CB8B (or 0x93CB8B) is known color: Dark Sea Green. HEX triplet: 93, CB and 8B. RGB value is (147,203,139). Sum of RGB (Red+Green+Blue) = 147+203+139=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #93CB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CB8B is #6C3474. Grayscale: #B3B3B3. Windows color (decimal): -7091317 or 9161619. OLE color: 9161619.
HSL color Cylindrical-coordinate representation of color #93CB8B: hue angle of 112.5º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93CB8B is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 203 | 139 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.20 |
| HSL | 112.5º | 0.38% | 0.67% | - |
| HSV(B) | 112.5º | 0.32% | 0.8% | - |
| XYZ | 38.05 | 50.78 | 32.22 | - |
| YUV | 178.96 | 105.45 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 203 | 139 | 0.28 | 0 | 0.32 | 0.20 | 112.5 | 0.38 | 0.67 |
| Hex | 93 | CB | 8B | 1C | 0 | 20 | 14 | 70 | 26 | 43 |
| Octal | 223 | 313 | 213 | 34 | 0 | 40 | 24 | 160 | 46 | 103 |
| Binary | 10010011 | 11001011 | 10001011 | 11100 | 0 | 100000 | 10100 | 1110000 | 100110 | 1000011 |
Color Harmonies of #93CB8B
Complementary color
Monochromatic Colors of #93CB8B
Black with #93CB8B
Text Example
Text Example
White with #93CB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CB8B; }
p { color: rgb(147,203,139); }
H1.HeaderClassName
{
color: #93CB8B;
}
.AnyTagClassName
{
color: #93CB8B;
}
</style>
background-color css
<style>
a { background-color: #93CB8B; }
a { background-color: rgb(147,203,139); }
div.DivClassName
{
background-color: #93CB8B;
}
.BgClassName
{
background-color: #93CB8B;
}
</style>
border-color css
<style>
span { border-color: #93CB8B; }
span { border-color: rgb(147,203,139); }
td.TdClassName
{
border-color: #93CB8B;
}
.TagClassName
{
border-color: #93CB8B;
}
</style>