Shades of Dark Sea Green #90B38F
Tints of Dark Sea Green #90B38F
RGB
CMYK
RGB Variations
Color information
#90B38F (or 0x90B38F) is known color: Dark Sea Green. HEX triplet: 90, B3 and 8F. RGB value is (144,179,143). Sum of RGB (Red+Green+Blue) = 144+179+143=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 179 - color contains mainly: green. Hex color #90B38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B38F is #6F4C70. Grayscale: #A4A4A4. Windows color (decimal): -7294065 or 9417616. OLE color: 9417616.
HSL color Cylindrical-coordinate representation of color #90B38F: hue angle of 118.33º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90B38F is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 179 | 143 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.30 |
| HSL | 118.33º | 0.19% | 0.63% | - |
| HSV(B) | 118.33º | 0.2% | 0.7% | - |
| XYZ | 32.58 | 40.15 | 32.02 | - |
| YUV | 164.43 | 115.9 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 143 | 0.20 | 0 | 0.20 | 0.30 | 118.33 | 0.19 | 0.63 |
| Hex | 90 | B3 | 8F | 14 | 0 | 14 | 1E | 76 | 13 | 3F |
| Octal | 220 | 263 | 217 | 24 | 0 | 24 | 36 | 166 | 23 | 77 |
| Binary | 10010000 | 10110011 | 10001111 | 10100 | 0 | 10100 | 11110 | 1110110 | 10011 | 111111 |
Color Harmonies of #90B38F
Complementary color
Monochromatic Colors of #90B38F
Black with #90B38F
Text Example
Text Example
White with #90B38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B38F; }
p { color: rgb(144,179,143); }
H1.HeaderClassName
{
color: #90B38F;
}
.AnyTagClassName
{
color: #90B38F;
}
</style>
background-color css
<style>
a { background-color: #90B38F; }
a { background-color: rgb(144,179,143); }
div.DivClassName
{
background-color: #90B38F;
}
.BgClassName
{
background-color: #90B38F;
}
</style>
border-color css
<style>
span { border-color: #90B38F; }
span { border-color: rgb(144,179,143); }
td.TdClassName
{
border-color: #90B38F;
}
.TagClassName
{
border-color: #90B38F;
}
</style>