Shades of Dark Sea Green #90BF8B
Tints of Dark Sea Green #90BF8B
RGB
CMYK
RGB Variations
Color information
#90BF8B (or 0x90BF8B) is known color: Dark Sea Green. HEX triplet: 90, BF and 8B. RGB value is (144,191,139). Sum of RGB (Red+Green+Blue) = 144+191+139=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BF8B is #6F4074. Grayscale: #ABABAB. Windows color (decimal): -7290997 or 9158544. OLE color: 9158544.
HSL color Cylindrical-coordinate representation of color #90BF8B: hue angle of 114.23º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90BF8B is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 191 | 139 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.25 |
| HSL | 114.23º | 0.29% | 0.65% | - |
| HSV(B) | 114.23º | 0.27% | 0.75% | - |
| XYZ | 34.79 | 45.05 | 31.29 | - |
| YUV | 171.02 | 109.93 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 139 | 0.25 | 0 | 0.27 | 0.25 | 114.23 | 0.29 | 0.65 |
| Hex | 90 | BF | 8B | 19 | 0 | 1B | 19 | 72 | 1D | 41 |
| Octal | 220 | 277 | 213 | 31 | 0 | 33 | 31 | 162 | 35 | 101 |
| Binary | 10010000 | 10111111 | 10001011 | 11001 | 0 | 11011 | 11001 | 1110010 | 11101 | 1000001 |
Color Harmonies of #90BF8B
Complementary color
Monochromatic Colors of #90BF8B
Black with #90BF8B
Text Example
Text Example
White with #90BF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BF8B; }
p { color: rgb(144,191,139); }
H1.HeaderClassName
{
color: #90BF8B;
}
.AnyTagClassName
{
color: #90BF8B;
}
</style>
background-color css
<style>
a { background-color: #90BF8B; }
a { background-color: rgb(144,191,139); }
div.DivClassName
{
background-color: #90BF8B;
}
.BgClassName
{
background-color: #90BF8B;
}
</style>
border-color css
<style>
span { border-color: #90BF8B; }
span { border-color: rgb(144,191,139); }
td.TdClassName
{
border-color: #90BF8B;
}
.TagClassName
{
border-color: #90BF8B;
}
</style>