Shades of Dark Sea Green #90BF8A
Tints of Dark Sea Green #90BF8A
RGB
CMYK
RGB Variations
Color information
#90BF8A (or 0x90BF8A) is known color: Dark Sea Green. HEX triplet: 90, BF and 8A. RGB value is (144,191,138). Sum of RGB (Red+Green+Blue) = 144+191+138=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BF8A is #6F4075. Grayscale: #ABABAB. Windows color (decimal): -7290998 or 9093008. OLE color: 9093008.
HSL color Cylindrical-coordinate representation of color #90BF8A: hue angle of 113.21º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90BF8A is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 191 | 138 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.25 |
| HSL | 113.21º | 0.29% | 0.65% | - |
| HSV(B) | 113.21º | 0.28% | 0.75% | - |
| XYZ | 34.72 | 45.03 | 30.91 | - |
| YUV | 170.91 | 109.43 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 138 | 0.25 | 0 | 0.28 | 0.25 | 113.21 | 0.29 | 0.65 |
| Hex | 90 | BF | 8A | 19 | 0 | 1C | 19 | 71 | 1D | 41 |
| Octal | 220 | 277 | 212 | 31 | 0 | 34 | 31 | 161 | 35 | 101 |
| Binary | 10010000 | 10111111 | 10001010 | 11001 | 0 | 11100 | 11001 | 1110001 | 11101 | 1000001 |
Color Harmonies of #90BF8A
Complementary color
Monochromatic Colors of #90BF8A
Black with #90BF8A
Text Example
Text Example
White with #90BF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BF8A; }
p { color: rgb(144,191,138); }
H1.HeaderClassName
{
color: #90BF8A;
}
.AnyTagClassName
{
color: #90BF8A;
}
</style>
background-color css
<style>
a { background-color: #90BF8A; }
a { background-color: rgb(144,191,138); }
div.DivClassName
{
background-color: #90BF8A;
}
.BgClassName
{
background-color: #90BF8A;
}
</style>
border-color css
<style>
span { border-color: #90BF8A; }
span { border-color: rgb(144,191,138); }
td.TdClassName
{
border-color: #90BF8A;
}
.TagClassName
{
border-color: #90BF8A;
}
</style>