Shades of Medium Sea Green #42B37B
Tints of Medium Sea Green #42B37B
RGB
CMYK
RGB Variations
Color information
#42B37B (or 0x42B37B) is known color: Medium Sea Green. HEX triplet: 42, B3 and 7B. RGB value is (66,179,123). Sum of RGB (Red+Green+Blue) = 66+179+123=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 179 (70.31% from 255 or 48.64% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 179 - color contains mainly: green. Hex color #42B37B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B37B is #BD4C84. Grayscale: #8A8A8A. Windows color (decimal): -12405893 or 8106818. OLE color: 8106818.
HSL color Cylindrical-coordinate representation of color #42B37B: hue angle of 150.27º 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 #42B37B is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 123 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.30 |
| HSL | 150.27º | 0.46% | 0.48% | - |
| HSV(B) | 150.27º | 0.63% | 0.7% | - |
| XYZ | 21.94 | 34.83 | 24.31 | - |
| YUV | 138.83 | 119.06 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 123 | 0.63 | 0 | 0.31 | 0.30 | 150.27 | 0.46 | 0.48 |
| Hex | 42 | B3 | 7B | 3F | 0 | 1F | 1E | 96 | 2E | 30 |
| Octal | 102 | 263 | 173 | 77 | 0 | 37 | 36 | 226 | 56 | 60 |
| Binary | 1000010 | 10110011 | 1111011 | 111111 | 0 | 11111 | 11110 | 10010110 | 101110 | 110000 |
Color Harmonies of #42B37B
Complementary color
Monochromatic Colors of #42B37B
Black with #42B37B
Text Example
Text Example
White with #42B37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B37B; }
p { color: rgb(66,179,123); }
H1.HeaderClassName
{
color: #42B37B;
}
.AnyTagClassName
{
color: #42B37B;
}
</style>
background-color css
<style>
a { background-color: #42B37B; }
a { background-color: rgb(66,179,123); }
div.DivClassName
{
background-color: #42B37B;
}
.BgClassName
{
background-color: #42B37B;
}
</style>
border-color css
<style>
span { border-color: #42B37B; }
span { border-color: rgb(66,179,123); }
td.TdClassName
{
border-color: #42B37B;
}
.TagClassName
{
border-color: #42B37B;
}
</style>