Shades of Dark Sea Green #90BE94
Tints of Dark Sea Green #90BE94
RGB
CMYK
RGB Variations
Color information
#90BE94 (or 0x90BE94) is known color: Dark Sea Green. HEX triplet: 90, BE and 94. RGB value is (144,190,148). Sum of RGB (Red+Green+Blue) = 144+190+148=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #90BE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BE94 is #6F416B. Grayscale: #ABABAB. Windows color (decimal): -7291244 or 9748112. OLE color: 9748112.
HSL color Cylindrical-coordinate representation of color #90BE94: hue angle of 125.22º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90BE94 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 190 | 148 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.25 |
| HSL | 125.22º | 0.26% | 0.65% | - |
| HSV(B) | 125.22º | 0.24% | 0.75% | - |
| XYZ | 35.26 | 44.89 | 34.82 | - |
| YUV | 171.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 190 | 148 | 0.24 | 0 | 0.22 | 0.25 | 125.22 | 0.26 | 0.65 |
| Hex | 90 | BE | 94 | 18 | 0 | 16 | 19 | 7D | 1A | 41 |
| Octal | 220 | 276 | 224 | 30 | 0 | 26 | 31 | 175 | 32 | 101 |
| Binary | 10010000 | 10111110 | 10010100 | 11000 | 0 | 10110 | 11001 | 1111101 | 11010 | 1000001 |
Color Harmonies of #90BE94
Complementary color
Monochromatic Colors of #90BE94
Black with #90BE94
Text Example
Text Example
White with #90BE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BE94; }
p { color: rgb(144,190,148); }
H1.HeaderClassName
{
color: #90BE94;
}
.AnyTagClassName
{
color: #90BE94;
}
</style>
background-color css
<style>
a { background-color: #90BE94; }
a { background-color: rgb(144,190,148); }
div.DivClassName
{
background-color: #90BE94;
}
.BgClassName
{
background-color: #90BE94;
}
</style>
border-color css
<style>
span { border-color: #90BE94; }
span { border-color: rgb(144,190,148); }
td.TdClassName
{
border-color: #90BE94;
}
.TagClassName
{
border-color: #90BE94;
}
</style>