Shades of Dark Sea Green #90C996
Tints of Dark Sea Green #90C996
RGB
CMYK
RGB Variations
Color information
#90C996 (or 0x90C996) is known color: Dark Sea Green. HEX triplet: 90, C9 and 96. RGB value is (144,201,150). Sum of RGB (Red+Green+Blue) = 144+201+150=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 201 - color contains mainly: green. Hex color #90C996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C996 is #6F3669. Grayscale: #B2B2B2. Windows color (decimal): -7288426 or 9882000. OLE color: 9882000.
HSL color Cylindrical-coordinate representation of color #90C996: hue angle of 126.32º 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 #90C996 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 201 | 150 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.21 |
| HSL | 126.32º | 0.35% | 0.68% | - |
| HSV(B) | 126.32º | 0.28% | 0.79% | - |
| XYZ | 37.89 | 49.9 | 36.49 | - |
| YUV | 178.14 | 112.12 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 150 | 0.28 | 0 | 0.25 | 0.21 | 126.32 | 0.35 | 0.68 |
| Hex | 90 | C9 | 96 | 1C | 0 | 19 | 15 | 7E | 23 | 44 |
| Octal | 220 | 311 | 226 | 34 | 0 | 31 | 25 | 176 | 43 | 104 |
| Binary | 10010000 | 11001001 | 10010110 | 11100 | 0 | 11001 | 10101 | 1111110 | 100011 | 1000100 |
Color Harmonies of #90C996
Complementary color
Monochromatic Colors of #90C996
Black with #90C996
Text Example
Text Example
White with #90C996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C996; }
p { color: rgb(144,201,150); }
H1.HeaderClassName
{
color: #90C996;
}
.AnyTagClassName
{
color: #90C996;
}
</style>
background-color css
<style>
a { background-color: #90C996; }
a { background-color: rgb(144,201,150); }
div.DivClassName
{
background-color: #90C996;
}
.BgClassName
{
background-color: #90C996;
}
</style>
border-color css
<style>
span { border-color: #90C996; }
span { border-color: rgb(144,201,150); }
td.TdClassName
{
border-color: #90C996;
}
.TagClassName
{
border-color: #90C996;
}
</style>