Shades of Dark Sea Green #90C188
Tints of Dark Sea Green #90C188
RGB
CMYK
RGB Variations
Color information
#90C188 (or 0x90C188) is known color: Dark Sea Green. HEX triplet: 90, C1 and 88. RGB value is (144,193,136). Sum of RGB (Red+Green+Blue) = 144+193+136=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #90C188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C188 is #6F3E77. Grayscale: #ACACAC. Windows color (decimal): -7290488 or 8962448. OLE color: 8962448.
HSL color Cylindrical-coordinate representation of color #90C188: hue angle of 111.58º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90C188 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 136 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.24 |
| HSL | 111.58º | 0.31% | 0.65% | - |
| HSV(B) | 111.58º | 0.3% | 0.76% | - |
| XYZ | 35.02 | 45.85 | 30.3 | - |
| YUV | 171.85 | 107.77 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 136 | 0.25 | 0 | 0.30 | 0.24 | 111.58 | 0.31 | 0.65 |
| Hex | 90 | C1 | 88 | 19 | 0 | 1E | 18 | 70 | 1F | 41 |
| Octal | 220 | 301 | 210 | 31 | 0 | 36 | 30 | 160 | 37 | 101 |
| Binary | 10010000 | 11000001 | 10001000 | 11001 | 0 | 11110 | 11000 | 1110000 | 11111 | 1000001 |
Color Harmonies of #90C188
Complementary color
Monochromatic Colors of #90C188
Black with #90C188
Text Example
Text Example
White with #90C188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C188; }
p { color: rgb(144,193,136); }
H1.HeaderClassName
{
color: #90C188;
}
.AnyTagClassName
{
color: #90C188;
}
</style>
background-color css
<style>
a { background-color: #90C188; }
a { background-color: rgb(144,193,136); }
div.DivClassName
{
background-color: #90C188;
}
.BgClassName
{
background-color: #90C188;
}
</style>
border-color css
<style>
span { border-color: #90C188; }
span { border-color: rgb(144,193,136); }
td.TdClassName
{
border-color: #90C188;
}
.TagClassName
{
border-color: #90C188;
}
</style>