Shades of Dark Sea Green #90C195
Tints of Dark Sea Green #90C195
RGB
CMYK
RGB Variations
Color information
#90C195 (or 0x90C195) is known color: Dark Sea Green. HEX triplet: 90, C1 and 95. RGB value is (144,193,149). Sum of RGB (Red+Green+Blue) = 144+193+149=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 193 - color contains mainly: green. Hex color #90C195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C195 is #6F3E6A. Grayscale: #ADADAD. Windows color (decimal): -7290475 or 9814416. OLE color: 9814416.
HSL color Cylindrical-coordinate representation of color #90C195: hue angle of 126.12º 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 #90C195 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 149 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.24 |
| HSL | 126.12º | 0.28% | 0.66% | - |
| HSV(B) | 126.12º | 0.25% | 0.76% | - |
| XYZ | 36 | 46.24 | 35.46 | - |
| YUV | 173.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 149 | 0.25 | 0 | 0.23 | 0.24 | 126.12 | 0.28 | 0.66 |
| Hex | 90 | C1 | 95 | 19 | 0 | 17 | 18 | 7E | 1C | 42 |
| Octal | 220 | 301 | 225 | 31 | 0 | 27 | 30 | 176 | 34 | 102 |
| Binary | 10010000 | 11000001 | 10010101 | 11001 | 0 | 10111 | 11000 | 1111110 | 11100 | 1000010 |
Color Harmonies of #90C195
Complementary color
Monochromatic Colors of #90C195
Black with #90C195
Text Example
Text Example
White with #90C195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C195; }
p { color: rgb(144,193,149); }
H1.HeaderClassName
{
color: #90C195;
}
.AnyTagClassName
{
color: #90C195;
}
</style>
background-color css
<style>
a { background-color: #90C195; }
a { background-color: rgb(144,193,149); }
div.DivClassName
{
background-color: #90C195;
}
.BgClassName
{
background-color: #90C195;
}
</style>
border-color css
<style>
span { border-color: #90C195; }
span { border-color: rgb(144,193,149); }
td.TdClassName
{
border-color: #90C195;
}
.TagClassName
{
border-color: #90C195;
}
</style>