Shades of Dark Sea Green #90C294
Tints of Dark Sea Green #90C294
RGB
CMYK
RGB Variations
Color information
#90C294 (or 0x90C294) is known color: Dark Sea Green. HEX triplet: 90, C2 and 94. RGB value is (144,194,148). Sum of RGB (Red+Green+Blue) = 144+194+148=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 194 - color contains mainly: green. Hex color #90C294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C294 is #6F3D6B. Grayscale: #ADADAD. Windows color (decimal): -7290220 or 9749136. OLE color: 9749136.
HSL color Cylindrical-coordinate representation of color #90C294: hue angle of 124.8º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90C294 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 194 | 148 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.24 |
| HSL | 124.8º | 0.29% | 0.66% | - |
| HSV(B) | 124.8º | 0.26% | 0.76% | - |
| XYZ | 36.14 | 46.65 | 35.12 | - |
| YUV | 173.81 | 113.44 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 194 | 148 | 0.26 | 0 | 0.24 | 0.24 | 124.8 | 0.29 | 0.66 |
| Hex | 90 | C2 | 94 | 1A | 0 | 18 | 18 | 7D | 1D | 42 |
| Octal | 220 | 302 | 224 | 32 | 0 | 30 | 30 | 175 | 35 | 102 |
| Binary | 10010000 | 11000010 | 10010100 | 11010 | 0 | 11000 | 11000 | 1111101 | 11101 | 1000010 |
Color Harmonies of #90C294
Complementary color
Monochromatic Colors of #90C294
Black with #90C294
Text Example
Text Example
White with #90C294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C294; }
p { color: rgb(144,194,148); }
H1.HeaderClassName
{
color: #90C294;
}
.AnyTagClassName
{
color: #90C294;
}
</style>
background-color css
<style>
a { background-color: #90C294; }
a { background-color: rgb(144,194,148); }
div.DivClassName
{
background-color: #90C294;
}
.BgClassName
{
background-color: #90C294;
}
</style>
border-color css
<style>
span { border-color: #90C294; }
span { border-color: rgb(144,194,148); }
td.TdClassName
{
border-color: #90C294;
}
.TagClassName
{
border-color: #90C294;
}
</style>