Shades of Dark Sea Green #90C193
Tints of Dark Sea Green #90C193
RGB
CMYK
RGB Variations
Color information
#90C193 (or 0x90C193) is known color: Dark Sea Green. HEX triplet: 90, C1 and 93. RGB value is (144,193,147). Sum of RGB (Red+Green+Blue) = 144+193+147=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 193 - color contains mainly: green. Hex color #90C193 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C193 is #6F3E6C. Grayscale: #ADADAD. Windows color (decimal): -7290477 or 9683344. OLE color: 9683344.
HSL color Cylindrical-coordinate representation of color #90C193: hue angle of 123.67º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90C193 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 147 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.24 |
| HSL | 123.67º | 0.28% | 0.66% | - |
| HSV(B) | 123.67º | 0.25% | 0.76% | - |
| XYZ | 35.84 | 46.18 | 34.63 | - |
| YUV | 173.11 | 113.27 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 147 | 0.25 | 0 | 0.24 | 0.24 | 123.67 | 0.28 | 0.66 |
| Hex | 90 | C1 | 93 | 19 | 0 | 18 | 18 | 7C | 1C | 42 |
| Octal | 220 | 301 | 223 | 31 | 0 | 30 | 30 | 174 | 34 | 102 |
| Binary | 10010000 | 11000001 | 10010011 | 11001 | 0 | 11000 | 11000 | 1111100 | 11100 | 1000010 |
Color Harmonies of #90C193
Complementary color
Monochromatic Colors of #90C193
Black with #90C193
Text Example
Text Example
White with #90C193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C193; }
p { color: rgb(144,193,147); }
H1.HeaderClassName
{
color: #90C193;
}
.AnyTagClassName
{
color: #90C193;
}
</style>
background-color css
<style>
a { background-color: #90C193; }
a { background-color: rgb(144,193,147); }
div.DivClassName
{
background-color: #90C193;
}
.BgClassName
{
background-color: #90C193;
}
</style>
border-color css
<style>
span { border-color: #90C193; }
span { border-color: rgb(144,193,147); }
td.TdClassName
{
border-color: #90C193;
}
.TagClassName
{
border-color: #90C193;
}
</style>