Shades of Dark Sea Green #91B08F
Tints of Dark Sea Green #91B08F
RGB
CMYK
RGB Variations
Color information
#91B08F (or 0x91B08F) is known color: Dark Sea Green. HEX triplet: 91, B0 and 8F. RGB value is (145,176,143). Sum of RGB (Red+Green+Blue) = 145+176+143=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 176 - color contains mainly: green. Hex color #91B08F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91B08F is #6E4F70. Grayscale: #A3A3A3. Windows color (decimal): -7229297 or 9416849. OLE color: 9416849.
HSL color Cylindrical-coordinate representation of color #91B08F: hue angle of 116.36º 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 #91B08F is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 176 | 143 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.31 |
| HSL | 116.36º | 0.17% | 0.63% | - |
| HSV(B) | 116.36º | 0.19% | 0.69% | - |
| XYZ | 32.16 | 39.05 | 31.83 | - |
| YUV | 162.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 176 | 143 | 0.18 | 0 | 0.19 | 0.31 | 116.36 | 0.17 | 0.63 |
| Hex | 91 | B0 | 8F | 12 | 0 | 13 | 1F | 74 | 11 | 3F |
| Octal | 221 | 260 | 217 | 22 | 0 | 23 | 37 | 164 | 21 | 77 |
| Binary | 10010001 | 10110000 | 10001111 | 10010 | 0 | 10011 | 11111 | 1110100 | 10001 | 111111 |
Color Harmonies of #91B08F
Complementary color
Monochromatic Colors of #91B08F
Black with #91B08F
Text Example
Text Example
White with #91B08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B08F; }
p { color: rgb(145,176,143); }
H1.HeaderClassName
{
color: #91B08F;
}
.AnyTagClassName
{
color: #91B08F;
}
</style>
background-color css
<style>
a { background-color: #91B08F; }
a { background-color: rgb(145,176,143); }
div.DivClassName
{
background-color: #91B08F;
}
.BgClassName
{
background-color: #91B08F;
}
</style>
border-color css
<style>
span { border-color: #91B08F; }
span { border-color: rgb(145,176,143); }
td.TdClassName
{
border-color: #91B08F;
}
.TagClassName
{
border-color: #91B08F;
}
</style>