Shades of Medium Sea Green #42B96B
Tints of Medium Sea Green #42B96B
RGB
CMYK
RGB Variations
Color information
#42B96B (or 0x42B96B) is known color: Medium Sea Green. HEX triplet: 42, B9 and 6B. RGB value is (66,185,107). Sum of RGB (Red+Green+Blue) = 66+185+107=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #42B96B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B96B is #BD4694. Grayscale: #8C8C8C. Windows color (decimal): -12404373 or 7059778. OLE color: 7059778.
HSL color Cylindrical-coordinate representation of color #42B96B: hue angle of 140.67º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B96B is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 185 | 107 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.27 |
| HSL | 140.67º | 0.47% | 0.49% | - |
| HSV(B) | 140.67º | 0.64% | 0.73% | - |
| XYZ | 22.25 | 36.92 | 19.86 | - |
| YUV | 140.53 | 109.08 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 185 | 107 | 0.64 | 0 | 0.42 | 0.27 | 140.67 | 0.47 | 0.49 |
| Hex | 42 | B9 | 6B | 40 | 0 | 2A | 1B | 8D | 2F | 31 |
| Octal | 102 | 271 | 153 | 100 | 0 | 52 | 33 | 215 | 57 | 61 |
| Binary | 1000010 | 10111001 | 1101011 | 1000000 | 0 | 101010 | 11011 | 10001101 | 101111 | 110001 |
Color Harmonies of #42B96B
Complementary color
Monochromatic Colors of #42B96B
Black with #42B96B
Text Example
Text Example
White with #42B96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B96B; }
p { color: rgb(66,185,107); }
H1.HeaderClassName
{
color: #42B96B;
}
.AnyTagClassName
{
color: #42B96B;
}
</style>
background-color css
<style>
a { background-color: #42B96B; }
a { background-color: rgb(66,185,107); }
div.DivClassName
{
background-color: #42B96B;
}
.BgClassName
{
background-color: #42B96B;
}
</style>
border-color css
<style>
span { border-color: #42B96B; }
span { border-color: rgb(66,185,107); }
td.TdClassName
{
border-color: #42B96B;
}
.TagClassName
{
border-color: #42B96B;
}
</style>