Shades of Dark Sea Green #8AB792
Tints of Dark Sea Green #8AB792
RGB
CMYK
RGB Variations
Color information
#8AB792 (or 0x8AB792) is known color: Dark Sea Green. HEX triplet: 8A, B7 and 92. RGB value is (138,183,146). Sum of RGB (Red+Green+Blue) = 138+183+146=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB792 is #75486D. Grayscale: #A5A5A5. Windows color (decimal): -7686254 or 9615242. OLE color: 9615242.
HSL color Cylindrical-coordinate representation of color #8AB792: hue angle of 130.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8AB792 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 183 | 146 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.28 |
| HSL | 130.67º | 0.24% | 0.63% | - |
| HSV(B) | 130.67º | 0.25% | 0.72% | - |
| XYZ | 32.6 | 41.35 | 33.46 | - |
| YUV | 165.33 | 117.09 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 146 | 0.25 | 0 | 0.20 | 0.28 | 130.67 | 0.24 | 0.63 |
| Hex | 8A | B7 | 92 | 19 | 0 | 14 | 1C | 83 | 18 | 3F |
| Octal | 212 | 267 | 222 | 31 | 0 | 24 | 34 | 203 | 30 | 77 |
| Binary | 10001010 | 10110111 | 10010010 | 11001 | 0 | 10100 | 11100 | 10000011 | 11000 | 111111 |
Color Harmonies of #8AB792
Complementary color
Monochromatic Colors of #8AB792
Black with #8AB792
Text Example
Text Example
White with #8AB792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB792; }
p { color: rgb(138,183,146); }
H1.HeaderClassName
{
color: #8AB792;
}
.AnyTagClassName
{
color: #8AB792;
}
</style>
background-color css
<style>
a { background-color: #8AB792; }
a { background-color: rgb(138,183,146); }
div.DivClassName
{
background-color: #8AB792;
}
.BgClassName
{
background-color: #8AB792;
}
</style>
border-color css
<style>
span { border-color: #8AB792; }
span { border-color: rgb(138,183,146); }
td.TdClassName
{
border-color: #8AB792;
}
.TagClassName
{
border-color: #8AB792;
}
</style>