Shades of Medium Sea Green #42B36D
Tints of Medium Sea Green #42B36D
RGB
CMYK
RGB Variations
Color information
#42B36D (or 0x42B36D) is known color: Medium Sea Green. HEX triplet: 42, B3 and 6D. RGB value is (66,179,109). Sum of RGB (Red+Green+Blue) = 66+179+109=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #42B36D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B36D is #BD4C92. Grayscale: #898989. Windows color (decimal): -12405907 or 7189314. OLE color: 7189314.
HSL color Cylindrical-coordinate representation of color #42B36D: hue angle of 142.83º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B36D is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 109 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.30 |
| HSL | 142.83º | 0.46% | 0.48% | - |
| HSV(B) | 142.83º | 0.63% | 0.7% | - |
| XYZ | 21.13 | 34.5 | 20.01 | - |
| YUV | 137.23 | 112.06 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 109 | 0.63 | 0 | 0.39 | 0.30 | 142.83 | 0.46 | 0.48 |
| Hex | 42 | B3 | 6D | 3F | 0 | 27 | 1E | 8F | 2E | 30 |
| Octal | 102 | 263 | 155 | 77 | 0 | 47 | 36 | 217 | 56 | 60 |
| Binary | 1000010 | 10110011 | 1101101 | 111111 | 0 | 100111 | 11110 | 10001111 | 101110 | 110000 |
Color Harmonies of #42B36D
Complementary color
Monochromatic Colors of #42B36D
Black with #42B36D
Text Example
Text Example
White with #42B36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B36D; }
p { color: rgb(66,179,109); }
H1.HeaderClassName
{
color: #42B36D;
}
.AnyTagClassName
{
color: #42B36D;
}
</style>
background-color css
<style>
a { background-color: #42B36D; }
a { background-color: rgb(66,179,109); }
div.DivClassName
{
background-color: #42B36D;
}
.BgClassName
{
background-color: #42B36D;
}
</style>
border-color css
<style>
span { border-color: #42B36D; }
span { border-color: rgb(66,179,109); }
td.TdClassName
{
border-color: #42B36D;
}
.TagClassName
{
border-color: #42B36D;
}
</style>