Shades of Medium Sea Green #42B384
Tints of Medium Sea Green #42B384
RGB
CMYK
RGB Variations
Color information
#42B384 (or 0x42B384) is known color: Medium Sea Green. HEX triplet: 42, B3 and 84. RGB value is (66,179,132). Sum of RGB (Red+Green+Blue) = 66+179+132=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 179 - color contains mainly: green. Hex color #42B384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B384 is #BD4C7B. Grayscale: #8B8B8B. Windows color (decimal): -12405884 or 8696642. OLE color: 8696642.
HSL color Cylindrical-coordinate representation of color #42B384: hue angle of 155.04º 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 #42B384 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 132 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.30 |
| HSL | 155.04º | 0.46% | 0.48% | - |
| HSV(B) | 155.04º | 0.63% | 0.7% | - |
| XYZ | 22.53 | 35.06 | 27.41 | - |
| YUV | 139.86 | 123.56 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 132 | 0.63 | 0 | 0.26 | 0.30 | 155.04 | 0.46 | 0.48 |
| Hex | 42 | B3 | 84 | 3F | 0 | 1A | 1E | 9B | 2E | 30 |
| Octal | 102 | 263 | 204 | 77 | 0 | 32 | 36 | 233 | 56 | 60 |
| Binary | 1000010 | 10110011 | 10000100 | 111111 | 0 | 11010 | 11110 | 10011011 | 101110 | 110000 |
Color Harmonies of #42B384
Complementary color
Monochromatic Colors of #42B384
Black with #42B384
Text Example
Text Example
White with #42B384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B384; }
p { color: rgb(66,179,132); }
H1.HeaderClassName
{
color: #42B384;
}
.AnyTagClassName
{
color: #42B384;
}
</style>
background-color css
<style>
a { background-color: #42B384; }
a { background-color: rgb(66,179,132); }
div.DivClassName
{
background-color: #42B384;
}
.BgClassName
{
background-color: #42B384;
}
</style>
border-color css
<style>
span { border-color: #42B384; }
span { border-color: rgb(66,179,132); }
td.TdClassName
{
border-color: #42B384;
}
.TagClassName
{
border-color: #42B384;
}
</style>