Shades of Dark Sea Green #8BC692
Tints of Dark Sea Green #8BC692
RGB
CMYK
RGB Variations
Color information
#8BC692 (or 0x8BC692) is known color: Dark Sea Green. HEX triplet: 8B, C6 and 92. RGB value is (139,198,146). Sum of RGB (Red+Green+Blue) = 139+198+146=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC692 is #74396D. Grayscale: #AEAEAE. Windows color (decimal): -7616878 or 9619083. OLE color: 9619083.
HSL color Cylindrical-coordinate representation of color #8BC692: hue angle of 127.12º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BC692 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 198 | 146 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.22 |
| HSL | 127.12º | 0.34% | 0.66% | - |
| HSV(B) | 127.12º | 0.3% | 0.78% | - |
| XYZ | 36.03 | 47.95 | 34.55 | - |
| YUV | 174.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 198 | 146 | 0.30 | 0 | 0.26 | 0.22 | 127.12 | 0.34 | 0.66 |
| Hex | 8B | C6 | 92 | 1E | 0 | 1A | 16 | 7F | 22 | 42 |
| Octal | 213 | 306 | 222 | 36 | 0 | 32 | 26 | 177 | 42 | 102 |
| Binary | 10001011 | 11000110 | 10010010 | 11110 | 0 | 11010 | 10110 | 1111111 | 100010 | 1000010 |
Color Harmonies of #8BC692
Complementary color
Monochromatic Colors of #8BC692
Black with #8BC692
Text Example
Text Example
White with #8BC692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC692; }
p { color: rgb(139,198,146); }
H1.HeaderClassName
{
color: #8BC692;
}
.AnyTagClassName
{
color: #8BC692;
}
</style>
background-color css
<style>
a { background-color: #8BC692; }
a { background-color: rgb(139,198,146); }
div.DivClassName
{
background-color: #8BC692;
}
.BgClassName
{
background-color: #8BC692;
}
</style>
border-color css
<style>
span { border-color: #8BC692; }
span { border-color: rgb(139,198,146); }
td.TdClassName
{
border-color: #8BC692;
}
.TagClassName
{
border-color: #8BC692;
}
</style>