Shades of Dark Sea Green #94C387
Tints of Dark Sea Green #94C387
RGB
CMYK
RGB Variations
Color information
#94C387 (or 0x94C387) is known color: Dark Sea Green. HEX triplet: 94, C3 and 87. RGB value is (148,195,135). Sum of RGB (Red+Green+Blue) = 148+195+135=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 195 - color contains mainly: green. Hex color #94C387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C387 is #6B3C78. Grayscale: #AEAEAE. Windows color (decimal): -7027833 or 8897428. OLE color: 8897428.
HSL color Cylindrical-coordinate representation of color #94C387: hue angle of 107º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94C387 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 195 | 135 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.24 |
| HSL | 107º | 0.33% | 0.65% | - |
| HSV(B) | 107º | 0.31% | 0.76% | - |
| XYZ | 36.1 | 47.08 | 30.11 | - |
| YUV | 174.11 | 105.93 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 195 | 135 | 0.24 | 0 | 0.31 | 0.24 | 107 | 0.33 | 0.65 |
| Hex | 94 | C3 | 87 | 18 | 0 | 1F | 18 | 6B | 21 | 41 |
| Octal | 224 | 303 | 207 | 30 | 0 | 37 | 30 | 153 | 41 | 101 |
| Binary | 10010100 | 11000011 | 10000111 | 11000 | 0 | 11111 | 11000 | 1101011 | 100001 | 1000001 |
Color Harmonies of #94C387
Complementary color
Monochromatic Colors of #94C387
Black with #94C387
Text Example
Text Example
White with #94C387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C387; }
p { color: rgb(148,195,135); }
H1.HeaderClassName
{
color: #94C387;
}
.AnyTagClassName
{
color: #94C387;
}
</style>
background-color css
<style>
a { background-color: #94C387; }
a { background-color: rgb(148,195,135); }
div.DivClassName
{
background-color: #94C387;
}
.BgClassName
{
background-color: #94C387;
}
</style>
border-color css
<style>
span { border-color: #94C387; }
span { border-color: rgb(148,195,135); }
td.TdClassName
{
border-color: #94C387;
}
.TagClassName
{
border-color: #94C387;
}
</style>