Shades of Dark Sea Green #90B48B
Tints of Dark Sea Green #90B48B
RGB
CMYK
RGB Variations
Color information
#90B48B (or 0x90B48B) is known color: Dark Sea Green. HEX triplet: 90, B4 and 8B. RGB value is (144,180,139). Sum of RGB (Red+Green+Blue) = 144+180+139=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #90B48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B48B is #6F4B74. Grayscale: #A4A4A4. Windows color (decimal): -7293813 or 9155728. OLE color: 9155728.
HSL color Cylindrical-coordinate representation of color #90B48B: hue angle of 112.68º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90B48B is Cyan = 0.2, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 180 | 139 | - |
| CMYK | 0.2 | 0 | 0.23 | 0.29 |
| HSL | 112.68º | 0.21% | 0.63% | - |
| HSV(B) | 112.68º | 0.23% | 0.71% | - |
| XYZ | 32.48 | 40.44 | 30.52 | - |
| YUV | 164.56 | 113.57 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 180 | 139 | 0.2 | 0 | 0.23 | 0.29 | 112.68 | 0.21 | 0.63 |
| Hex | 90 | B4 | 8B | 14 | 0 | 17 | 1D | 71 | 15 | 3F |
| Octal | 220 | 264 | 213 | 24 | 0 | 27 | 35 | 161 | 25 | 77 |
| Binary | 10010000 | 10110100 | 10001011 | 10100 | 0 | 10111 | 11101 | 1110001 | 10101 | 111111 |
Color Harmonies of #90B48B
Complementary color
Monochromatic Colors of #90B48B
Black with #90B48B
Text Example
Text Example
White with #90B48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B48B; }
p { color: rgb(144,180,139); }
H1.HeaderClassName
{
color: #90B48B;
}
.AnyTagClassName
{
color: #90B48B;
}
</style>
background-color css
<style>
a { background-color: #90B48B; }
a { background-color: rgb(144,180,139); }
div.DivClassName
{
background-color: #90B48B;
}
.BgClassName
{
background-color: #90B48B;
}
</style>
border-color css
<style>
span { border-color: #90B48B; }
span { border-color: rgb(144,180,139); }
td.TdClassName
{
border-color: #90B48B;
}
.TagClassName
{
border-color: #90B48B;
}
</style>