Shades of Medium Sea Green #42B96C
Tints of Medium Sea Green #42B96C
RGB
CMYK
RGB Variations
Color information
#42B96C (or 0x42B96C) is known color: Medium Sea Green. HEX triplet: 42, B9 and 6C. RGB value is (66,185,108). Sum of RGB (Red+Green+Blue) = 66+185+108=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #42B96C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B96C is #BD4693. Grayscale: #8C8C8C. Windows color (decimal): -12404372 or 7125314. OLE color: 7125314.
HSL color Cylindrical-coordinate representation of color #42B96C: hue angle of 141.18º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B96C is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 185 | 108 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.27 |
| HSL | 141.18º | 0.47% | 0.49% | - |
| HSV(B) | 141.18º | 0.64% | 0.73% | - |
| XYZ | 22.3 | 36.94 | 20.14 | - |
| YUV | 140.64 | 109.58 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 185 | 108 | 0.64 | 0 | 0.42 | 0.27 | 141.18 | 0.47 | 0.49 |
| Hex | 42 | B9 | 6C | 40 | 0 | 2A | 1B | 8D | 2F | 31 |
| Octal | 102 | 271 | 154 | 100 | 0 | 52 | 33 | 215 | 57 | 61 |
| Binary | 1000010 | 10111001 | 1101100 | 1000000 | 0 | 101010 | 11011 | 10001101 | 101111 | 110001 |
Color Harmonies of #42B96C
Complementary color
Monochromatic Colors of #42B96C
Black with #42B96C
Text Example
Text Example
White with #42B96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B96C; }
p { color: rgb(66,185,108); }
H1.HeaderClassName
{
color: #42B96C;
}
.AnyTagClassName
{
color: #42B96C;
}
</style>
background-color css
<style>
a { background-color: #42B96C; }
a { background-color: rgb(66,185,108); }
div.DivClassName
{
background-color: #42B96C;
}
.BgClassName
{
background-color: #42B96C;
}
</style>
border-color css
<style>
span { border-color: #42B96C; }
span { border-color: rgb(66,185,108); }
td.TdClassName
{
border-color: #42B96C;
}
.TagClassName
{
border-color: #42B96C;
}
</style>