Shades of Medium Sea Green #42B280
Tints of Medium Sea Green #42B280
RGB
CMYK
RGB Variations
Color information
#42B280 (or 0x42B280) is known color: Medium Sea Green. HEX triplet: 42, B2 and 80. RGB value is (66,178,128). Sum of RGB (Red+Green+Blue) = 66+178+128=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 178 - color contains mainly: green. Hex color #42B280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B280 is #BD4D7F. Grayscale: #8A8A8A. Windows color (decimal): -12406144 or 8434242. OLE color: 8434242.
HSL color Cylindrical-coordinate representation of color #42B280: hue angle of 153.21º 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 #42B280 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 178 | 128 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.30 |
| HSL | 153.21º | 0.46% | 0.48% | - |
| HSV(B) | 153.21º | 0.63% | 0.7% | - |
| XYZ | 22.06 | 34.56 | 25.93 | - |
| YUV | 138.81 | 121.89 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 178 | 128 | 0.63 | 0 | 0.28 | 0.30 | 153.21 | 0.46 | 0.48 |
| Hex | 42 | B2 | 80 | 3F | 0 | 1C | 1E | 99 | 2E | 30 |
| Octal | 102 | 262 | 200 | 77 | 0 | 34 | 36 | 231 | 56 | 60 |
| Binary | 1000010 | 10110010 | 10000000 | 111111 | 0 | 11100 | 11110 | 10011001 | 101110 | 110000 |
Color Harmonies of #42B280
Complementary color
Monochromatic Colors of #42B280
Black with #42B280
Text Example
Text Example
White with #42B280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B280; }
p { color: rgb(66,178,128); }
H1.HeaderClassName
{
color: #42B280;
}
.AnyTagClassName
{
color: #42B280;
}
</style>
background-color css
<style>
a { background-color: #42B280; }
a { background-color: rgb(66,178,128); }
div.DivClassName
{
background-color: #42B280;
}
.BgClassName
{
background-color: #42B280;
}
</style>
border-color css
<style>
span { border-color: #42B280; }
span { border-color: rgb(66,178,128); }
td.TdClassName
{
border-color: #42B280;
}
.TagClassName
{
border-color: #42B280;
}
</style>