Shades of Dark Sea Green #94BD8A
Tints of Dark Sea Green #94BD8A
RGB
CMYK
RGB Variations
Color information
#94BD8A (or 0x94BD8A) is known color: Dark Sea Green. HEX triplet: 94, BD and 8A. RGB value is (148,189,138). Sum of RGB (Red+Green+Blue) = 148+189+138=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BD8A is #6B4275. Grayscale: #ABABAB. Windows color (decimal): -7029366 or 9092500. OLE color: 9092500.
HSL color Cylindrical-coordinate representation of color #94BD8A: hue angle of 108.24º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94BD8A is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 189 | 138 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.26 |
| HSL | 108.24º | 0.28% | 0.64% | - |
| HSV(B) | 108.24º | 0.27% | 0.74% | - |
| XYZ | 35 | 44.53 | 30.79 | - |
| YUV | 170.93 | 109.42 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 138 | 0.22 | 0 | 0.27 | 0.26 | 108.24 | 0.28 | 0.64 |
| Hex | 94 | BD | 8A | 16 | 0 | 1B | 1A | 6C | 1C | 40 |
| Octal | 224 | 275 | 212 | 26 | 0 | 33 | 32 | 154 | 34 | 100 |
| Binary | 10010100 | 10111101 | 10001010 | 10110 | 0 | 11011 | 11010 | 1101100 | 11100 | 1000000 |
Color Harmonies of #94BD8A
Complementary color
Monochromatic Colors of #94BD8A
Black with #94BD8A
Text Example
Text Example
White with #94BD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BD8A; }
p { color: rgb(148,189,138); }
H1.HeaderClassName
{
color: #94BD8A;
}
.AnyTagClassName
{
color: #94BD8A;
}
</style>
background-color css
<style>
a { background-color: #94BD8A; }
a { background-color: rgb(148,189,138); }
div.DivClassName
{
background-color: #94BD8A;
}
.BgClassName
{
background-color: #94BD8A;
}
</style>
border-color css
<style>
span { border-color: #94BD8A; }
span { border-color: rgb(148,189,138); }
td.TdClassName
{
border-color: #94BD8A;
}
.TagClassName
{
border-color: #94BD8A;
}
</style>