Shades of Dark Sea Green #90BD85
Tints of Dark Sea Green #90BD85
RGB
CMYK
RGB Variations
Color information
#90BD85 (or 0x90BD85) is known color: Dark Sea Green. HEX triplet: 90, BD and 85. RGB value is (144,189,133). Sum of RGB (Red+Green+Blue) = 144+189+133=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BD85 is #6F427A. Grayscale: #A9A9A9. Windows color (decimal): -7291515 or 8764816. OLE color: 8764816.
HSL color Cylindrical-coordinate representation of color #90BD85: hue angle of 108.21º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90BD85 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 133 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.26 |
| HSL | 108.21º | 0.3% | 0.63% | - |
| HSV(B) | 108.21º | 0.3% | 0.74% | - |
| XYZ | 33.93 | 44.02 | 28.9 | - |
| YUV | 169.16 | 107.59 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 133 | 0.24 | 0 | 0.30 | 0.26 | 108.21 | 0.3 | 0.63 |
| Hex | 90 | BD | 85 | 18 | 0 | 1E | 1A | 6C | 1E | 3F |
| Octal | 220 | 275 | 205 | 30 | 0 | 36 | 32 | 154 | 36 | 77 |
| Binary | 10010000 | 10111101 | 10000101 | 11000 | 0 | 11110 | 11010 | 1101100 | 11110 | 111111 |
Color Harmonies of #90BD85
Complementary color
Monochromatic Colors of #90BD85
Black with #90BD85
Text Example
Text Example
White with #90BD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BD85; }
p { color: rgb(144,189,133); }
H1.HeaderClassName
{
color: #90BD85;
}
.AnyTagClassName
{
color: #90BD85;
}
</style>
background-color css
<style>
a { background-color: #90BD85; }
a { background-color: rgb(144,189,133); }
div.DivClassName
{
background-color: #90BD85;
}
.BgClassName
{
background-color: #90BD85;
}
</style>
border-color css
<style>
span { border-color: #90BD85; }
span { border-color: rgb(144,189,133); }
td.TdClassName
{
border-color: #90BD85;
}
.TagClassName
{
border-color: #90BD85;
}
</style>