Shades of Medium Sea Green #42B472
Tints of Medium Sea Green #42B472
RGB
CMYK
RGB Variations
Color information
#42B472 (or 0x42B472) is known color: Medium Sea Green. HEX triplet: 42, B4 and 72. RGB value is (66,180,114). Sum of RGB (Red+Green+Blue) = 66+180+114=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #42B472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B472 is #BD4B8D. Grayscale: #8A8A8A. Windows color (decimal): -12405646 or 7517250. OLE color: 7517250.
HSL color Cylindrical-coordinate representation of color #42B472: hue angle of 145.26º 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 #42B472 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 180 | 114 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.29 |
| HSL | 145.26º | 0.46% | 0.48% | - |
| HSV(B) | 145.26º | 0.63% | 0.71% | - |
| XYZ | 21.61 | 35.02 | 21.54 | - |
| YUV | 138.39 | 114.23 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 114 | 0.63 | 0 | 0.37 | 0.29 | 145.26 | 0.46 | 0.48 |
| Hex | 42 | B4 | 72 | 3F | 0 | 25 | 1D | 91 | 2E | 30 |
| Octal | 102 | 264 | 162 | 77 | 0 | 45 | 35 | 221 | 56 | 60 |
| Binary | 1000010 | 10110100 | 1110010 | 111111 | 0 | 100101 | 11101 | 10010001 | 101110 | 110000 |
Color Harmonies of #42B472
Complementary color
Monochromatic Colors of #42B472
Black with #42B472
Text Example
Text Example
White with #42B472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B472; }
p { color: rgb(66,180,114); }
H1.HeaderClassName
{
color: #42B472;
}
.AnyTagClassName
{
color: #42B472;
}
</style>
background-color css
<style>
a { background-color: #42B472; }
a { background-color: rgb(66,180,114); }
div.DivClassName
{
background-color: #42B472;
}
.BgClassName
{
background-color: #42B472;
}
</style>
border-color css
<style>
span { border-color: #42B472; }
span { border-color: rgb(66,180,114); }
td.TdClassName
{
border-color: #42B472;
}
.TagClassName
{
border-color: #42B472;
}
</style>