Shades of Dark Sea Green #90B38C
Tints of Dark Sea Green #90B38C
RGB
CMYK
RGB Variations
Color information
#90B38C (or 0x90B38C) is known color: Dark Sea Green. HEX triplet: 90, B3 and 8C. RGB value is (144,179,140). Sum of RGB (Red+Green+Blue) = 144+179+140=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 179 - color contains mainly: green. Hex color #90B38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B38C is #6F4C73. Grayscale: #A4A4A4. Windows color (decimal): -7294068 or 9221008. OLE color: 9221008.
HSL color Cylindrical-coordinate representation of color #90B38C: hue angle of 113.85º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #90B38C is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 179 | 140 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.30 |
| HSL | 113.85º | 0.2% | 0.63% | - |
| HSV(B) | 113.85º | 0.22% | 0.7% | - |
| XYZ | 32.36 | 40.06 | 30.84 | - |
| YUV | 164.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 140 | 0.20 | 0 | 0.22 | 0.30 | 113.85 | 0.2 | 0.63 |
| Hex | 90 | B3 | 8C | 14 | 0 | 16 | 1E | 72 | 14 | 3F |
| Octal | 220 | 263 | 214 | 24 | 0 | 26 | 36 | 162 | 24 | 77 |
| Binary | 10010000 | 10110011 | 10001100 | 10100 | 0 | 10110 | 11110 | 1110010 | 10100 | 111111 |
Color Harmonies of #90B38C
Complementary color
Monochromatic Colors of #90B38C
Black with #90B38C
Text Example
Text Example
White with #90B38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B38C; }
p { color: rgb(144,179,140); }
H1.HeaderClassName
{
color: #90B38C;
}
.AnyTagClassName
{
color: #90B38C;
}
</style>
background-color css
<style>
a { background-color: #90B38C; }
a { background-color: rgb(144,179,140); }
div.DivClassName
{
background-color: #90B38C;
}
.BgClassName
{
background-color: #90B38C;
}
</style>
border-color css
<style>
span { border-color: #90B38C; }
span { border-color: rgb(144,179,140); }
td.TdClassName
{
border-color: #90B38C;
}
.TagClassName
{
border-color: #90B38C;
}
</style>