Shades of Dark Sea Green #90C995
Tints of Dark Sea Green #90C995
RGB
CMYK
RGB Variations
Color information
#90C995 (or 0x90C995) is known color: Dark Sea Green. HEX triplet: 90, C9 and 95. RGB value is (144,201,149). Sum of RGB (Red+Green+Blue) = 144+201+149=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 201 - color contains mainly: green. Hex color #90C995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C995 is #6F366A. Grayscale: #B2B2B2. Windows color (decimal): -7288427 or 9816464. OLE color: 9816464.
HSL color Cylindrical-coordinate representation of color #90C995: hue angle of 125.26º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90C995 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 201 | 149 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.21 |
| HSL | 125.26º | 0.35% | 0.68% | - |
| HSV(B) | 125.26º | 0.28% | 0.79% | - |
| XYZ | 37.81 | 49.87 | 36.07 | - |
| YUV | 178.03 | 111.62 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 149 | 0.28 | 0 | 0.26 | 0.21 | 125.26 | 0.35 | 0.68 |
| Hex | 90 | C9 | 95 | 1C | 0 | 1A | 15 | 7D | 23 | 44 |
| Octal | 220 | 311 | 225 | 34 | 0 | 32 | 25 | 175 | 43 | 104 |
| Binary | 10010000 | 11001001 | 10010101 | 11100 | 0 | 11010 | 10101 | 1111101 | 100011 | 1000100 |
Color Harmonies of #90C995
Complementary color
Monochromatic Colors of #90C995
Black with #90C995
Text Example
Text Example
White with #90C995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C995; }
p { color: rgb(144,201,149); }
H1.HeaderClassName
{
color: #90C995;
}
.AnyTagClassName
{
color: #90C995;
}
</style>
background-color css
<style>
a { background-color: #90C995; }
a { background-color: rgb(144,201,149); }
div.DivClassName
{
background-color: #90C995;
}
.BgClassName
{
background-color: #90C995;
}
</style>
border-color css
<style>
span { border-color: #90C995; }
span { border-color: rgb(144,201,149); }
td.TdClassName
{
border-color: #90C995;
}
.TagClassName
{
border-color: #90C995;
}
</style>