Shades of Medium Sea Green #42B178
Tints of Medium Sea Green #42B178
RGB
CMYK
RGB Variations
Color information
#42B178 (or 0x42B178) is known color: Medium Sea Green. HEX triplet: 42, B1 and 78. RGB value is (66,177,120). Sum of RGB (Red+Green+Blue) = 66+177+120=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 177 (69.53% from 255 or 48.76% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 177 - color contains mainly: green. Hex color #42B178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B178 is #BD4E87. Grayscale: #898989. Windows color (decimal): -12406408 or 7909698. OLE color: 7909698.
HSL color Cylindrical-coordinate representation of color #42B178: hue angle of 149.19º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B178 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 177 | 120 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.31 |
| HSL | 149.19º | 0.46% | 0.48% | - |
| HSV(B) | 149.19º | 0.63% | 0.69% | - |
| XYZ | 21.36 | 33.96 | 23.2 | - |
| YUV | 137.31 | 118.23 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 177 | 120 | 0.63 | 0 | 0.32 | 0.31 | 149.19 | 0.46 | 0.48 |
| Hex | 42 | B1 | 78 | 3F | 0 | 20 | 1F | 95 | 2E | 30 |
| Octal | 102 | 261 | 170 | 77 | 0 | 40 | 37 | 225 | 56 | 60 |
| Binary | 1000010 | 10110001 | 1111000 | 111111 | 0 | 100000 | 11111 | 10010101 | 101110 | 110000 |
Color Harmonies of #42B178
Complementary color
Monochromatic Colors of #42B178
Black with #42B178
Text Example
Text Example
White with #42B178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B178; }
p { color: rgb(66,177,120); }
H1.HeaderClassName
{
color: #42B178;
}
.AnyTagClassName
{
color: #42B178;
}
</style>
background-color css
<style>
a { background-color: #42B178; }
a { background-color: rgb(66,177,120); }
div.DivClassName
{
background-color: #42B178;
}
.BgClassName
{
background-color: #42B178;
}
</style>
border-color css
<style>
span { border-color: #42B178; }
span { border-color: rgb(66,177,120); }
td.TdClassName
{
border-color: #42B178;
}
.TagClassName
{
border-color: #42B178;
}
</style>