Shades of Dark Sea Green #94CA93
Tints of Dark Sea Green #94CA93
RGB
CMYK
RGB Variations
Color information
#94CA93 (or 0x94CA93) is known color: Dark Sea Green. HEX triplet: 94, CA and 93. RGB value is (148,202,147). Sum of RGB (Red+Green+Blue) = 148+202+147=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CA93 is #6B356C. Grayscale: #B3B3B3. Windows color (decimal): -7026029 or 9685652. OLE color: 9685652.
HSL color Cylindrical-coordinate representation of color #94CA93: hue angle of 118.91º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CA93 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 202 | 147 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.21 |
| HSL | 118.91º | 0.34% | 0.68% | - |
| HSV(B) | 118.91º | 0.27% | 0.79% | - |
| XYZ | 38.6 | 50.64 | 35.34 | - |
| YUV | 179.58 | 109.61 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 202 | 147 | 0.27 | 0 | 0.27 | 0.21 | 118.91 | 0.34 | 0.68 |
| Hex | 94 | CA | 93 | 1B | 0 | 1B | 15 | 77 | 22 | 44 |
| Octal | 224 | 312 | 223 | 33 | 0 | 33 | 25 | 167 | 42 | 104 |
| Binary | 10010100 | 11001010 | 10010011 | 11011 | 0 | 11011 | 10101 | 1110111 | 100010 | 1000100 |
Color Harmonies of #94CA93
Complementary color
Monochromatic Colors of #94CA93
Black with #94CA93
Text Example
Text Example
White with #94CA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CA93; }
p { color: rgb(148,202,147); }
H1.HeaderClassName
{
color: #94CA93;
}
.AnyTagClassName
{
color: #94CA93;
}
</style>
background-color css
<style>
a { background-color: #94CA93; }
a { background-color: rgb(148,202,147); }
div.DivClassName
{
background-color: #94CA93;
}
.BgClassName
{
background-color: #94CA93;
}
</style>
border-color css
<style>
span { border-color: #94CA93; }
span { border-color: rgb(148,202,147); }
td.TdClassName
{
border-color: #94CA93;
}
.TagClassName
{
border-color: #94CA93;
}
</style>