Shades of Medium Sea Green #42B366
Tints of Medium Sea Green #42B366
RGB
CMYK
RGB Variations
Color information
#42B366 (or 0x42B366) is known color: Medium Sea Green. HEX triplet: 42, B3 and 66. RGB value is (66,179,102). Sum of RGB (Red+Green+Blue) = 66+179+102=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #42B366 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B366 is #BD4C99. Grayscale: #888888. Windows color (decimal): -12405914 or 6730562. OLE color: 6730562.
HSL color Cylindrical-coordinate representation of color #42B366: hue angle of 139.12º 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 #42B366 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 102 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.30 |
| HSL | 139.12º | 0.46% | 0.48% | - |
| HSV(B) | 139.12º | 0.63% | 0.7% | - |
| XYZ | 20.77 | 34.36 | 18.11 | - |
| YUV | 136.44 | 108.56 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 102 | 0.63 | 0 | 0.43 | 0.30 | 139.12 | 0.46 | 0.48 |
| Hex | 42 | B3 | 66 | 3F | 0 | 2B | 1E | 8B | 2E | 30 |
| Octal | 102 | 263 | 146 | 77 | 0 | 53 | 36 | 213 | 56 | 60 |
| Binary | 1000010 | 10110011 | 1100110 | 111111 | 0 | 101011 | 11110 | 10001011 | 101110 | 110000 |
Color Harmonies of #42B366
Complementary color
Monochromatic Colors of #42B366
Black with #42B366
Text Example
Text Example
White with #42B366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B366; }
p { color: rgb(66,179,102); }
H1.HeaderClassName
{
color: #42B366;
}
.AnyTagClassName
{
color: #42B366;
}
</style>
background-color css
<style>
a { background-color: #42B366; }
a { background-color: rgb(66,179,102); }
div.DivClassName
{
background-color: #42B366;
}
.BgClassName
{
background-color: #42B366;
}
</style>
border-color css
<style>
span { border-color: #42B366; }
span { border-color: rgb(66,179,102); }
td.TdClassName
{
border-color: #42B366;
}
.TagClassName
{
border-color: #42B366;
}
</style>