Shades of Medium Sea Green #42B474
Tints of Medium Sea Green #42B474
RGB
CMYK
RGB Variations
Color information
#42B474 (or 0x42B474) is known color: Medium Sea Green. HEX triplet: 42, B4 and 74. RGB value is (66,180,116). Sum of RGB (Red+Green+Blue) = 66+180+116=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #42B474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B474 is #BD4B8B. Grayscale: #8A8A8A. Windows color (decimal): -12405644 or 7648322. OLE color: 7648322.
HSL color Cylindrical-coordinate representation of color #42B474: hue angle of 146.32º 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 #42B474 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 180 | 116 | - |
| CMYK | 0.63 | 0 | 0.36 | 0.29 |
| HSL | 146.32º | 0.46% | 0.48% | - |
| HSV(B) | 146.32º | 0.63% | 0.71% | - |
| XYZ | 21.72 | 35.06 | 22.15 | - |
| YUV | 138.62 | 115.23 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 116 | 0.63 | 0 | 0.36 | 0.29 | 146.32 | 0.46 | 0.48 |
| Hex | 42 | B4 | 74 | 3F | 0 | 24 | 1D | 92 | 2E | 30 |
| Octal | 102 | 264 | 164 | 77 | 0 | 44 | 35 | 222 | 56 | 60 |
| Binary | 1000010 | 10110100 | 1110100 | 111111 | 0 | 100100 | 11101 | 10010010 | 101110 | 110000 |
Color Harmonies of #42B474
Complementary color
Monochromatic Colors of #42B474
Black with #42B474
Text Example
Text Example
White with #42B474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B474; }
p { color: rgb(66,180,116); }
H1.HeaderClassName
{
color: #42B474;
}
.AnyTagClassName
{
color: #42B474;
}
</style>
background-color css
<style>
a { background-color: #42B474; }
a { background-color: rgb(66,180,116); }
div.DivClassName
{
background-color: #42B474;
}
.BgClassName
{
background-color: #42B474;
}
</style>
border-color css
<style>
span { border-color: #42B474; }
span { border-color: rgb(66,180,116); }
td.TdClassName
{
border-color: #42B474;
}
.TagClassName
{
border-color: #42B474;
}
</style>