Shades of Dark Sea Green #90C895
Tints of Dark Sea Green #90C895
RGB
CMYK
RGB Variations
Color information
#90C895 (or 0x90C895) is known color: Dark Sea Green. HEX triplet: 90, C8 and 95. RGB value is (144,200,149). Sum of RGB (Red+Green+Blue) = 144+200+149=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 200 - color contains mainly: green. Hex color #90C895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C895 is #6F376A. Grayscale: #B1B1B1. Windows color (decimal): -7288683 or 9816208. OLE color: 9816208.
HSL color Cylindrical-coordinate representation of color #90C895: hue angle of 125.36º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90C895 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 200 | 149 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.22 |
| HSL | 125.36º | 0.34% | 0.67% | - |
| HSV(B) | 125.36º | 0.28% | 0.78% | - |
| XYZ | 37.58 | 49.41 | 35.99 | - |
| YUV | 177.44 | 111.95 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 200 | 149 | 0.28 | 0 | 0.26 | 0.22 | 125.36 | 0.34 | 0.67 |
| Hex | 90 | C8 | 95 | 1C | 0 | 1A | 16 | 7D | 22 | 43 |
| Octal | 220 | 310 | 225 | 34 | 0 | 32 | 26 | 175 | 42 | 103 |
| Binary | 10010000 | 11001000 | 10010101 | 11100 | 0 | 11010 | 10110 | 1111101 | 100010 | 1000011 |
Color Harmonies of #90C895
Complementary color
Monochromatic Colors of #90C895
Black with #90C895
Text Example
Text Example
White with #90C895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C895; }
p { color: rgb(144,200,149); }
H1.HeaderClassName
{
color: #90C895;
}
.AnyTagClassName
{
color: #90C895;
}
</style>
background-color css
<style>
a { background-color: #90C895; }
a { background-color: rgb(144,200,149); }
div.DivClassName
{
background-color: #90C895;
}
.BgClassName
{
background-color: #90C895;
}
</style>
border-color css
<style>
span { border-color: #90C895; }
span { border-color: rgb(144,200,149); }
td.TdClassName
{
border-color: #90C895;
}
.TagClassName
{
border-color: #90C895;
}
</style>