Shades of Medium Sea Green #42BE6E
Tints of Medium Sea Green #42BE6E
RGB
CMYK
RGB Variations
Color information
#42BE6E (or 0x42BE6E) is known color: Medium Sea Green. HEX triplet: 42, BE and 6E. RGB value is (66,190,110). Sum of RGB (Red+Green+Blue) = 66+190+110=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 190 (74.61% from 255 or 51.91% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BE6E is #BD4191. Grayscale: #909090. Windows color (decimal): -12403090 or 7257666. OLE color: 7257666.
HSL color Cylindrical-coordinate representation of color #42BE6E: hue angle of 141.29º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BE6E is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 190 | 110 | - |
| CMYK | 0.65 | 0 | 0.42 | 0.25 |
| HSL | 141.29º | 0.49% | 0.5% | - |
| HSV(B) | 141.29º | 0.65% | 0.75% | - |
| XYZ | 23.47 | 39.11 | 21.06 | - |
| YUV | 143.8 | 108.92 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 190 | 110 | 0.65 | 0 | 0.42 | 0.25 | 141.29 | 0.49 | 0.5 |
| Hex | 42 | BE | 6E | 41 | 0 | 2A | 19 | 8D | 31 | 32 |
| Octal | 102 | 276 | 156 | 101 | 0 | 52 | 31 | 215 | 61 | 62 |
| Binary | 1000010 | 10111110 | 1101110 | 1000001 | 0 | 101010 | 11001 | 10001101 | 110001 | 110010 |
Color Harmonies of #42BE6E
Complementary color
Monochromatic Colors of #42BE6E
Black with #42BE6E
Text Example
Text Example
White with #42BE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BE6E; }
p { color: rgb(66,190,110); }
H1.HeaderClassName
{
color: #42BE6E;
}
.AnyTagClassName
{
color: #42BE6E;
}
</style>
background-color css
<style>
a { background-color: #42BE6E; }
a { background-color: rgb(66,190,110); }
div.DivClassName
{
background-color: #42BE6E;
}
.BgClassName
{
background-color: #42BE6E;
}
</style>
border-color css
<style>
span { border-color: #42BE6E; }
span { border-color: rgb(66,190,110); }
td.TdClassName
{
border-color: #42BE6E;
}
.TagClassName
{
border-color: #42BE6E;
}
</style>