Shades of Dark Sea Green #93CB8C
Tints of Dark Sea Green #93CB8C
RGB
CMYK
RGB Variations
Color information
#93CB8C (or 0x93CB8C) is known color: Dark Sea Green. HEX triplet: 93, CB and 8C. RGB value is (147,203,140). Sum of RGB (Red+Green+Blue) = 147+203+140=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 203 - color contains mainly: green. Hex color #93CB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CB8C is #6C3473. Grayscale: #B3B3B3. Windows color (decimal): -7091316 or 9227155. OLE color: 9227155.
HSL color Cylindrical-coordinate representation of color #93CB8C: hue angle of 113.33º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93CB8C is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 203 | 140 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.20 |
| HSL | 113.33º | 0.38% | 0.67% | - |
| HSV(B) | 113.33º | 0.31% | 0.8% | - |
| XYZ | 38.12 | 50.81 | 32.61 | - |
| YUV | 179.07 | 105.95 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 203 | 140 | 0.28 | 0 | 0.31 | 0.20 | 113.33 | 0.38 | 0.67 |
| Hex | 93 | CB | 8C | 1C | 0 | 1F | 14 | 71 | 26 | 43 |
| Octal | 223 | 313 | 214 | 34 | 0 | 37 | 24 | 161 | 46 | 103 |
| Binary | 10010011 | 11001011 | 10001100 | 11100 | 0 | 11111 | 10100 | 1110001 | 100110 | 1000011 |
Color Harmonies of #93CB8C
Complementary color
Monochromatic Colors of #93CB8C
Black with #93CB8C
Text Example
Text Example
White with #93CB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CB8C; }
p { color: rgb(147,203,140); }
H1.HeaderClassName
{
color: #93CB8C;
}
.AnyTagClassName
{
color: #93CB8C;
}
</style>
background-color css
<style>
a { background-color: #93CB8C; }
a { background-color: rgb(147,203,140); }
div.DivClassName
{
background-color: #93CB8C;
}
.BgClassName
{
background-color: #93CB8C;
}
</style>
border-color css
<style>
span { border-color: #93CB8C; }
span { border-color: rgb(147,203,140); }
td.TdClassName
{
border-color: #93CB8C;
}
.TagClassName
{
border-color: #93CB8C;
}
</style>