Shades of Dark Sea Green #90B38D
Tints of Dark Sea Green #90B38D
RGB
CMYK
RGB Variations
Color information
#90B38D (or 0x90B38D) is known color: Dark Sea Green. HEX triplet: 90, B3 and 8D. RGB value is (144,179,141). Sum of RGB (Red+Green+Blue) = 144+179+141=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 179 - color contains mainly: green. Hex color #90B38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B38D is #6F4C72. Grayscale: #A4A4A4. Windows color (decimal): -7294067 or 9286544. OLE color: 9286544.
HSL color Cylindrical-coordinate representation of color #90B38D: hue angle of 115.26º 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 #90B38D is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 179 | 141 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.30 |
| HSL | 115.26º | 0.2% | 0.63% | - |
| HSV(B) | 115.26º | 0.21% | 0.7% | - |
| XYZ | 32.43 | 40.09 | 31.23 | - |
| YUV | 164.2 | 114.9 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 141 | 0.20 | 0 | 0.21 | 0.30 | 115.26 | 0.2 | 0.63 |
| Hex | 90 | B3 | 8D | 14 | 0 | 15 | 1E | 73 | 14 | 3F |
| Octal | 220 | 263 | 215 | 24 | 0 | 25 | 36 | 163 | 24 | 77 |
| Binary | 10010000 | 10110011 | 10001101 | 10100 | 0 | 10101 | 11110 | 1110011 | 10100 | 111111 |
Color Harmonies of #90B38D
Complementary color
Monochromatic Colors of #90B38D
Black with #90B38D
Text Example
Text Example
White with #90B38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B38D; }
p { color: rgb(144,179,141); }
H1.HeaderClassName
{
color: #90B38D;
}
.AnyTagClassName
{
color: #90B38D;
}
</style>
background-color css
<style>
a { background-color: #90B38D; }
a { background-color: rgb(144,179,141); }
div.DivClassName
{
background-color: #90B38D;
}
.BgClassName
{
background-color: #90B38D;
}
</style>
border-color css
<style>
span { border-color: #90B38D; }
span { border-color: rgb(144,179,141); }
td.TdClassName
{
border-color: #90B38D;
}
.TagClassName
{
border-color: #90B38D;
}
</style>