Shades of Medium Sea Green #42B467
Tints of Medium Sea Green #42B467
RGB
CMYK
RGB Variations
Color information
#42B467 (or 0x42B467) is known color: Medium Sea Green. HEX triplet: 42, B4 and 67. RGB value is (66,180,103). Sum of RGB (Red+Green+Blue) = 66+180+103=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 180 (70.70% from 255 or 51.58% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 180 - color contains mainly: green. Hex color #42B467 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B467 is #BD4B98. Grayscale: #898989. Windows color (decimal): -12405657 or 6796354. OLE color: 6796354.
HSL color Cylindrical-coordinate representation of color #42B467: hue angle of 139.47º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B467 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 180 | 103 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.29 |
| HSL | 139.47º | 0.46% | 0.48% | - |
| HSV(B) | 139.47º | 0.63% | 0.71% | - |
| XYZ | 21.02 | 34.78 | 18.44 | - |
| YUV | 137.14 | 108.73 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 103 | 0.63 | 0 | 0.43 | 0.29 | 139.47 | 0.46 | 0.48 |
| Hex | 42 | B4 | 67 | 3F | 0 | 2B | 1D | 8B | 2E | 30 |
| Octal | 102 | 264 | 147 | 77 | 0 | 53 | 35 | 213 | 56 | 60 |
| Binary | 1000010 | 10110100 | 1100111 | 111111 | 0 | 101011 | 11101 | 10001011 | 101110 | 110000 |
Color Harmonies of #42B467
Complementary color
Monochromatic Colors of #42B467
Black with #42B467
Text Example
Text Example
White with #42B467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B467; }
p { color: rgb(66,180,103); }
H1.HeaderClassName
{
color: #42B467;
}
.AnyTagClassName
{
color: #42B467;
}
</style>
background-color css
<style>
a { background-color: #42B467; }
a { background-color: rgb(66,180,103); }
div.DivClassName
{
background-color: #42B467;
}
.BgClassName
{
background-color: #42B467;
}
</style>
border-color css
<style>
span { border-color: #42B467; }
span { border-color: rgb(66,180,103); }
td.TdClassName
{
border-color: #42B467;
}
.TagClassName
{
border-color: #42B467;
}
</style>