Shades of Medium Sea Green #42BA83
Tints of Medium Sea Green #42BA83
RGB
CMYK
RGB Variations
Color information
#42BA83 (or 0x42BA83) is known color: Medium Sea Green. HEX triplet: 42, BA and 83. RGB value is (66,186,131). Sum of RGB (Red+Green+Blue) = 66+186+131=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BA83 is #BD457C. Grayscale: #8F8F8F. Windows color (decimal): -12404093 or 8632898. OLE color: 8632898.
HSL color Cylindrical-coordinate representation of color #42BA83: hue angle of 152.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BA83 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 186 | 131 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.27 |
| HSL | 152.5º | 0.48% | 0.49% | - |
| HSV(B) | 152.5º | 0.65% | 0.73% | - |
| XYZ | 23.9 | 37.91 | 27.53 | - |
| YUV | 143.85 | 120.74 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 186 | 131 | 0.65 | 0 | 0.30 | 0.27 | 152.5 | 0.48 | 0.49 |
| Hex | 42 | BA | 83 | 41 | 0 | 1E | 1B | 98 | 30 | 31 |
| Octal | 102 | 272 | 203 | 101 | 0 | 36 | 33 | 230 | 60 | 61 |
| Binary | 1000010 | 10111010 | 10000011 | 1000001 | 0 | 11110 | 11011 | 10011000 | 110000 | 110001 |
Color Harmonies of #42BA83
Complementary color
Monochromatic Colors of #42BA83
Black with #42BA83
Text Example
Text Example
White with #42BA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BA83; }
p { color: rgb(66,186,131); }
H1.HeaderClassName
{
color: #42BA83;
}
.AnyTagClassName
{
color: #42BA83;
}
</style>
background-color css
<style>
a { background-color: #42BA83; }
a { background-color: rgb(66,186,131); }
div.DivClassName
{
background-color: #42BA83;
}
.BgClassName
{
background-color: #42BA83;
}
</style>
border-color css
<style>
span { border-color: #42BA83; }
span { border-color: rgb(66,186,131); }
td.TdClassName
{
border-color: #42BA83;
}
.TagClassName
{
border-color: #42BA83;
}
</style>