Shades of Dark Sea Green #90BC92
Tints of Dark Sea Green #90BC92
RGB
CMYK
RGB Variations
Color information
#90BC92 (or 0x90BC92) is known color: Dark Sea Green. HEX triplet: 90, BC and 92. RGB value is (144,188,146). Sum of RGB (Red+Green+Blue) = 144+188+146=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BC92 is #6F436D. Grayscale: #AAAAAA. Windows color (decimal): -7291758 or 9616528. OLE color: 9616528.
HSL color Cylindrical-coordinate representation of color #90BC92: hue angle of 122.73º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90BC92 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 146 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.26 |
| HSL | 122.73º | 0.25% | 0.65% | - |
| HSV(B) | 122.73º | 0.23% | 0.74% | - |
| XYZ | 34.67 | 43.97 | 33.85 | - |
| YUV | 170.06 | 114.42 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 146 | 0.23 | 0 | 0.22 | 0.26 | 122.73 | 0.25 | 0.65 |
| Hex | 90 | BC | 92 | 17 | 0 | 16 | 1A | 7B | 19 | 41 |
| Octal | 220 | 274 | 222 | 27 | 0 | 26 | 32 | 173 | 31 | 101 |
| Binary | 10010000 | 10111100 | 10010010 | 10111 | 0 | 10110 | 11010 | 1111011 | 11001 | 1000001 |
Color Harmonies of #90BC92
Complementary color
Monochromatic Colors of #90BC92
Black with #90BC92
Text Example
Text Example
White with #90BC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BC92; }
p { color: rgb(144,188,146); }
H1.HeaderClassName
{
color: #90BC92;
}
.AnyTagClassName
{
color: #90BC92;
}
</style>
background-color css
<style>
a { background-color: #90BC92; }
a { background-color: rgb(144,188,146); }
div.DivClassName
{
background-color: #90BC92;
}
.BgClassName
{
background-color: #90BC92;
}
</style>
border-color css
<style>
span { border-color: #90BC92; }
span { border-color: rgb(144,188,146); }
td.TdClassName
{
border-color: #90BC92;
}
.TagClassName
{
border-color: #90BC92;
}
</style>