Shades of Dark Sea Green #90B192
Tints of Dark Sea Green #90B192
RGB
CMYK
RGB Variations
Color information
#90B192 (or 0x90B192) is known color: Dark Sea Green. HEX triplet: 90, B1 and 92. RGB value is (144,177,146). Sum of RGB (Red+Green+Blue) = 144+177+146=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 177 - color contains mainly: green. Hex color #90B192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90B192 is #6F4E6D. Grayscale: #A3A3A3. Windows color (decimal): -7294574 or 9613712. OLE color: 9613712.
HSL color Cylindrical-coordinate representation of color #90B192: hue angle of 123.64º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90B192 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 177 | 146 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.31 |
| HSL | 123.64º | 0.17% | 0.63% | - |
| HSV(B) | 123.64º | 0.19% | 0.69% | - |
| XYZ | 32.41 | 39.45 | 33.1 | - |
| YUV | 163.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 177 | 146 | 0.19 | 0 | 0.18 | 0.31 | 123.64 | 0.17 | 0.63 |
| Hex | 90 | B1 | 92 | 13 | 0 | 12 | 1F | 7C | 11 | 3F |
| Octal | 220 | 261 | 222 | 23 | 0 | 22 | 37 | 174 | 21 | 77 |
| Binary | 10010000 | 10110001 | 10010010 | 10011 | 0 | 10010 | 11111 | 1111100 | 10001 | 111111 |
Color Harmonies of #90B192
Complementary color
Monochromatic Colors of #90B192
Black with #90B192
Text Example
Text Example
White with #90B192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B192; }
p { color: rgb(144,177,146); }
H1.HeaderClassName
{
color: #90B192;
}
.AnyTagClassName
{
color: #90B192;
}
</style>
background-color css
<style>
a { background-color: #90B192; }
a { background-color: rgb(144,177,146); }
div.DivClassName
{
background-color: #90B192;
}
.BgClassName
{
background-color: #90B192;
}
</style>
border-color css
<style>
span { border-color: #90B192; }
span { border-color: rgb(144,177,146); }
td.TdClassName
{
border-color: #90B192;
}
.TagClassName
{
border-color: #90B192;
}
</style>