Shades of Medium Sea Green #42B87F
Tints of Medium Sea Green #42B87F
RGB
CMYK
RGB Variations
Color information
#42B87F (or 0x42B87F) is known color: Medium Sea Green. HEX triplet: 42, B8 and 7F. RGB value is (66,184,127). Sum of RGB (Red+Green+Blue) = 66+184+127=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 184 - color contains mainly: green. Hex color #42B87F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B87F is #BD4780. Grayscale: #8E8E8E. Windows color (decimal): -12404609 or 8370242. OLE color: 8370242.
HSL color Cylindrical-coordinate representation of color #42B87F: hue angle of 151.02º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B87F is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 184 | 127 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.28 |
| HSL | 151.02º | 0.47% | 0.49% | - |
| HSV(B) | 151.02º | 0.64% | 0.72% | - |
| XYZ | 23.22 | 36.97 | 25.99 | - |
| YUV | 142.22 | 119.41 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 184 | 127 | 0.64 | 0 | 0.31 | 0.28 | 151.02 | 0.47 | 0.49 |
| Hex | 42 | B8 | 7F | 40 | 0 | 1F | 1C | 97 | 2F | 31 |
| Octal | 102 | 270 | 177 | 100 | 0 | 37 | 34 | 227 | 57 | 61 |
| Binary | 1000010 | 10111000 | 1111111 | 1000000 | 0 | 11111 | 11100 | 10010111 | 101111 | 110001 |
Color Harmonies of #42B87F
Complementary color
Monochromatic Colors of #42B87F
Black with #42B87F
Text Example
Text Example
White with #42B87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B87F; }
p { color: rgb(66,184,127); }
H1.HeaderClassName
{
color: #42B87F;
}
.AnyTagClassName
{
color: #42B87F;
}
</style>
background-color css
<style>
a { background-color: #42B87F; }
a { background-color: rgb(66,184,127); }
div.DivClassName
{
background-color: #42B87F;
}
.BgClassName
{
background-color: #42B87F;
}
</style>
border-color css
<style>
span { border-color: #42B87F; }
span { border-color: rgb(66,184,127); }
td.TdClassName
{
border-color: #42B87F;
}
.TagClassName
{
border-color: #42B87F;
}
</style>