Shades of Dark Sea Green #90CA95
Tints of Dark Sea Green #90CA95
RGB
CMYK
RGB Variations
Color information
#90CA95 (or 0x90CA95) is known color: Dark Sea Green. HEX triplet: 90, CA and 95. RGB value is (144,202,149). Sum of RGB (Red+Green+Blue) = 144+202+149=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #90CA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CA95 is #6F356A. Grayscale: #B2B2B2. Windows color (decimal): -7288171 or 9816720. OLE color: 9816720.
HSL color Cylindrical-coordinate representation of color #90CA95: hue angle of 125.17º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CA95 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 202 | 149 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.21 |
| HSL | 125.17º | 0.35% | 0.68% | - |
| HSV(B) | 125.17º | 0.29% | 0.79% | - |
| XYZ | 38.05 | 50.34 | 36.15 | - |
| YUV | 178.62 | 111.28 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 202 | 149 | 0.29 | 0 | 0.26 | 0.21 | 125.17 | 0.35 | 0.68 |
| Hex | 90 | CA | 95 | 1D | 0 | 1A | 15 | 7D | 23 | 44 |
| Octal | 220 | 312 | 225 | 35 | 0 | 32 | 25 | 175 | 43 | 104 |
| Binary | 10010000 | 11001010 | 10010101 | 11101 | 0 | 11010 | 10101 | 1111101 | 100011 | 1000100 |
Color Harmonies of #90CA95
Complementary color
Monochromatic Colors of #90CA95
Black with #90CA95
Text Example
Text Example
White with #90CA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CA95; }
p { color: rgb(144,202,149); }
H1.HeaderClassName
{
color: #90CA95;
}
.AnyTagClassName
{
color: #90CA95;
}
</style>
background-color css
<style>
a { background-color: #90CA95; }
a { background-color: rgb(144,202,149); }
div.DivClassName
{
background-color: #90CA95;
}
.BgClassName
{
background-color: #90CA95;
}
</style>
border-color css
<style>
span { border-color: #90CA95; }
span { border-color: rgb(144,202,149); }
td.TdClassName
{
border-color: #90CA95;
}
.TagClassName
{
border-color: #90CA95;
}
</style>