Shades of Medium Sea Green #42BE6B
Tints of Medium Sea Green #42BE6B
RGB
CMYK
RGB Variations
Color information
#42BE6B (or 0x42BE6B) is known color: Medium Sea Green. HEX triplet: 42, BE and 6B. RGB value is (66,190,107). Sum of RGB (Red+Green+Blue) = 66+190+107=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 190 (74.61% from 255 or 52.34% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BE6B is #BD4194. Grayscale: #8F8F8F. Windows color (decimal): -12403093 or 7061058. OLE color: 7061058.
HSL color Cylindrical-coordinate representation of color #42BE6B: hue angle of 139.84º 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 #42BE6B is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 190 | 107 | - |
| CMYK | 0.65 | 0 | 0.44 | 0.25 |
| HSL | 139.84º | 0.49% | 0.5% | - |
| HSV(B) | 139.84º | 0.65% | 0.75% | - |
| XYZ | 23.31 | 39.05 | 20.22 | - |
| YUV | 143.46 | 107.42 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 190 | 107 | 0.65 | 0 | 0.44 | 0.25 | 139.84 | 0.49 | 0.5 |
| Hex | 42 | BE | 6B | 41 | 0 | 2C | 19 | 8C | 31 | 32 |
| Octal | 102 | 276 | 153 | 101 | 0 | 54 | 31 | 214 | 61 | 62 |
| Binary | 1000010 | 10111110 | 1101011 | 1000001 | 0 | 101100 | 11001 | 10001100 | 110001 | 110010 |
Color Harmonies of #42BE6B
Complementary color
Monochromatic Colors of #42BE6B
Black with #42BE6B
Text Example
Text Example
White with #42BE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BE6B; }
p { color: rgb(66,190,107); }
H1.HeaderClassName
{
color: #42BE6B;
}
.AnyTagClassName
{
color: #42BE6B;
}
</style>
background-color css
<style>
a { background-color: #42BE6B; }
a { background-color: rgb(66,190,107); }
div.DivClassName
{
background-color: #42BE6B;
}
.BgClassName
{
background-color: #42BE6B;
}
</style>
border-color css
<style>
span { border-color: #42BE6B; }
span { border-color: rgb(66,190,107); }
td.TdClassName
{
border-color: #42BE6B;
}
.TagClassName
{
border-color: #42BE6B;
}
</style>