Shades of Medium Sea Green #42B385
Tints of Medium Sea Green #42B385
RGB
CMYK
RGB Variations
Color information
#42B385 (or 0x42B385) is known color: Medium Sea Green. HEX triplet: 42, B3 and 85. RGB value is (66,179,133). Sum of RGB (Red+Green+Blue) = 66+179+133=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 179 - color contains mainly: green. Hex color #42B385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B385 is #BD4C7A. Grayscale: #8C8C8C. Windows color (decimal): -12405883 or 8762178. OLE color: 8762178.
HSL color Cylindrical-coordinate representation of color #42B385: hue angle of 155.58º 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 #42B385 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 133 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.30 |
| HSL | 155.58º | 0.46% | 0.48% | - |
| HSV(B) | 155.58º | 0.63% | 0.7% | - |
| XYZ | 22.6 | 35.09 | 27.77 | - |
| YUV | 139.97 | 124.06 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 133 | 0.63 | 0 | 0.26 | 0.30 | 155.58 | 0.46 | 0.48 |
| Hex | 42 | B3 | 85 | 3F | 0 | 1A | 1E | 9C | 2E | 30 |
| Octal | 102 | 263 | 205 | 77 | 0 | 32 | 36 | 234 | 56 | 60 |
| Binary | 1000010 | 10110011 | 10000101 | 111111 | 0 | 11010 | 11110 | 10011100 | 101110 | 110000 |
Color Harmonies of #42B385
Complementary color
Monochromatic Colors of #42B385
Black with #42B385
Text Example
Text Example
White with #42B385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B385; }
p { color: rgb(66,179,133); }
H1.HeaderClassName
{
color: #42B385;
}
.AnyTagClassName
{
color: #42B385;
}
</style>
background-color css
<style>
a { background-color: #42B385; }
a { background-color: rgb(66,179,133); }
div.DivClassName
{
background-color: #42B385;
}
.BgClassName
{
background-color: #42B385;
}
</style>
border-color css
<style>
span { border-color: #42B385; }
span { border-color: rgb(66,179,133); }
td.TdClassName
{
border-color: #42B385;
}
.TagClassName
{
border-color: #42B385;
}
</style>