Shades of Dark Sea Green #8AB883
Tints of Dark Sea Green #8AB883
RGB
CMYK
RGB Variations
Color information
#8AB883 (or 0x8AB883) is known color: Dark Sea Green. HEX triplet: 8A, B8 and 83. RGB value is (138,184,131). Sum of RGB (Red+Green+Blue) = 138+184+131=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB883 is #75477C. Grayscale: #A4A4A4. Windows color (decimal): -7686013 or 8632458. OLE color: 8632458.
HSL color Cylindrical-coordinate representation of color #8AB883: hue angle of 112.08º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AB883 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 131 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.28 |
| HSL | 112.08º | 0.27% | 0.62% | - |
| HSV(B) | 112.08º | 0.29% | 0.72% | - |
| XYZ | 31.72 | 41.32 | 27.78 | - |
| YUV | 164.2 | 109.26 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 131 | 0.25 | 0 | 0.29 | 0.28 | 112.08 | 0.27 | 0.62 |
| Hex | 8A | B8 | 83 | 19 | 0 | 1D | 1C | 70 | 1B | 3E |
| Octal | 212 | 270 | 203 | 31 | 0 | 35 | 34 | 160 | 33 | 76 |
| Binary | 10001010 | 10111000 | 10000011 | 11001 | 0 | 11101 | 11100 | 1110000 | 11011 | 111110 |
Color Harmonies of #8AB883
Complementary color
Monochromatic Colors of #8AB883
Black with #8AB883
Text Example
Text Example
White with #8AB883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB883; }
p { color: rgb(138,184,131); }
H1.HeaderClassName
{
color: #8AB883;
}
.AnyTagClassName
{
color: #8AB883;
}
</style>
background-color css
<style>
a { background-color: #8AB883; }
a { background-color: rgb(138,184,131); }
div.DivClassName
{
background-color: #8AB883;
}
.BgClassName
{
background-color: #8AB883;
}
</style>
border-color css
<style>
span { border-color: #8AB883; }
span { border-color: rgb(138,184,131); }
td.TdClassName
{
border-color: #8AB883;
}
.TagClassName
{
border-color: #8AB883;
}
</style>