Shades of Dark Sea Green #90B38E
Tints of Dark Sea Green #90B38E
RGB
CMYK
RGB Variations
Color information
#90B38E (or 0x90B38E) is known color: Dark Sea Green. HEX triplet: 90, B3 and 8E. RGB value is (144,179,142). Sum of RGB (Red+Green+Blue) = 144+179+142=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 179 - color contains mainly: green. Hex color #90B38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B38E is #6F4C71. Grayscale: #A4A4A4. Windows color (decimal): -7294066 or 9352080. OLE color: 9352080.
HSL color Cylindrical-coordinate representation of color #90B38E: hue angle of 116.76º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #90B38E is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 179 | 142 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.30 |
| HSL | 116.76º | 0.2% | 0.63% | - |
| HSV(B) | 116.76º | 0.21% | 0.7% | - |
| XYZ | 32.5 | 40.12 | 31.62 | - |
| YUV | 164.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 142 | 0.20 | 0 | 0.21 | 0.30 | 116.76 | 0.2 | 0.63 |
| Hex | 90 | B3 | 8E | 14 | 0 | 15 | 1E | 75 | 14 | 3F |
| Octal | 220 | 263 | 216 | 24 | 0 | 25 | 36 | 165 | 24 | 77 |
| Binary | 10010000 | 10110011 | 10001110 | 10100 | 0 | 10101 | 11110 | 1110101 | 10100 | 111111 |
Color Harmonies of #90B38E
Complementary color
Monochromatic Colors of #90B38E
Black with #90B38E
Text Example
Text Example
White with #90B38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B38E; }
p { color: rgb(144,179,142); }
H1.HeaderClassName
{
color: #90B38E;
}
.AnyTagClassName
{
color: #90B38E;
}
</style>
background-color css
<style>
a { background-color: #90B38E; }
a { background-color: rgb(144,179,142); }
div.DivClassName
{
background-color: #90B38E;
}
.BgClassName
{
background-color: #90B38E;
}
</style>
border-color css
<style>
span { border-color: #90B38E; }
span { border-color: rgb(144,179,142); }
td.TdClassName
{
border-color: #90B38E;
}
.TagClassName
{
border-color: #90B38E;
}
</style>