Shades of Dark Sea Green #90B18D
Tints of Dark Sea Green #90B18D
RGB
CMYK
RGB Variations
Color information
#90B18D (or 0x90B18D) is known color: Dark Sea Green. HEX triplet: 90, B1 and 8D. RGB value is (144,177,141). Sum of RGB (Red+Green+Blue) = 144+177+141=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 177 - color contains mainly: green. Hex color #90B18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90B18D is #6F4E72. Grayscale: #A3A3A3. Windows color (decimal): -7294579 or 9286032. OLE color: 9286032.
HSL color Cylindrical-coordinate representation of color #90B18D: hue angle of 115º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90B18D is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 177 | 141 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.31 |
| HSL | 115º | 0.19% | 0.62% | - |
| HSV(B) | 115º | 0.2% | 0.69% | - |
| XYZ | 32.03 | 39.3 | 31.1 | - |
| YUV | 163.03 | 115.57 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 177 | 141 | 0.19 | 0 | 0.20 | 0.31 | 115 | 0.19 | 0.62 |
| Hex | 90 | B1 | 8D | 13 | 0 | 14 | 1F | 73 | 13 | 3E |
| Octal | 220 | 261 | 215 | 23 | 0 | 24 | 37 | 163 | 23 | 76 |
| Binary | 10010000 | 10110001 | 10001101 | 10011 | 0 | 10100 | 11111 | 1110011 | 10011 | 111110 |
Color Harmonies of #90B18D
Complementary color
Monochromatic Colors of #90B18D
Black with #90B18D
Text Example
Text Example
White with #90B18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B18D; }
p { color: rgb(144,177,141); }
H1.HeaderClassName
{
color: #90B18D;
}
.AnyTagClassName
{
color: #90B18D;
}
</style>
background-color css
<style>
a { background-color: #90B18D; }
a { background-color: rgb(144,177,141); }
div.DivClassName
{
background-color: #90B18D;
}
.BgClassName
{
background-color: #90B18D;
}
</style>
border-color css
<style>
span { border-color: #90B18D; }
span { border-color: rgb(144,177,141); }
td.TdClassName
{
border-color: #90B18D;
}
.TagClassName
{
border-color: #90B18D;
}
</style>