Shades of Dark Sea Green #83B88A
Tints of Dark Sea Green #83B88A
RGB
CMYK
RGB Variations
Color information
#83B88A (or 0x83B88A) is known color: Dark Sea Green. HEX triplet: 83, B8 and 8A. RGB value is (131,184,138). Sum of RGB (Red+Green+Blue) = 131+184+138=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #83B88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B88A is #7C4775. Grayscale: #A3A3A3. Windows color (decimal): -8144758 or 9091203. OLE color: 9091203.
HSL color Cylindrical-coordinate representation of color #83B88A: hue angle of 127.92º 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 #83B88A is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 184 | 138 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.28 |
| HSL | 127.92º | 0.27% | 0.62% | - |
| HSV(B) | 127.92º | 0.29% | 0.72% | - |
| XYZ | 31.09 | 40.94 | 30.31 | - |
| YUV | 162.91 | 113.94 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 184 | 138 | 0.29 | 0 | 0.25 | 0.28 | 127.92 | 0.27 | 0.62 |
| Hex | 83 | B8 | 8A | 1D | 0 | 19 | 1C | 80 | 1B | 3E |
| Octal | 203 | 270 | 212 | 35 | 0 | 31 | 34 | 200 | 33 | 76 |
| Binary | 10000011 | 10111000 | 10001010 | 11101 | 0 | 11001 | 11100 | 10000000 | 11011 | 111110 |
Color Harmonies of #83B88A
Complementary color
Monochromatic Colors of #83B88A
Black with #83B88A
Text Example
Text Example
White with #83B88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B88A; }
p { color: rgb(131,184,138); }
H1.HeaderClassName
{
color: #83B88A;
}
.AnyTagClassName
{
color: #83B88A;
}
</style>
background-color css
<style>
a { background-color: #83B88A; }
a { background-color: rgb(131,184,138); }
div.DivClassName
{
background-color: #83B88A;
}
.BgClassName
{
background-color: #83B88A;
}
</style>
border-color css
<style>
span { border-color: #83B88A; }
span { border-color: rgb(131,184,138); }
td.TdClassName
{
border-color: #83B88A;
}
.TagClassName
{
border-color: #83B88A;
}
</style>