Shades of Medium Sea Green #42B364
Tints of Medium Sea Green #42B364
RGB
CMYK
RGB Variations
Color information
#42B364 (or 0x42B364) is known color: Medium Sea Green. HEX triplet: 42, B3 and 64. RGB value is (66,179,100). Sum of RGB (Red+Green+Blue) = 66+179+100=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 179 (70.31% from 255 or 51.88% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 179 - color contains mainly: green. Hex color #42B364 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B364 is #BD4C9B. Grayscale: #888888. Windows color (decimal): -12405916 or 6599490. OLE color: 6599490.
HSL color Cylindrical-coordinate representation of color #42B364: hue angle of 138.05º 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 #42B364 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 100 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.30 |
| HSL | 138.05º | 0.46% | 0.48% | - |
| HSV(B) | 138.05º | 0.63% | 0.7% | - |
| XYZ | 20.67 | 34.32 | 17.59 | - |
| YUV | 136.21 | 107.56 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 100 | 0.63 | 0 | 0.44 | 0.30 | 138.05 | 0.46 | 0.48 |
| Hex | 42 | B3 | 64 | 3F | 0 | 2C | 1E | 8A | 2E | 30 |
| Octal | 102 | 263 | 144 | 77 | 0 | 54 | 36 | 212 | 56 | 60 |
| Binary | 1000010 | 10110011 | 1100100 | 111111 | 0 | 101100 | 11110 | 10001010 | 101110 | 110000 |
Color Harmonies of #42B364
Complementary color
Monochromatic Colors of #42B364
Black with #42B364
Text Example
Text Example
White with #42B364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B364; }
p { color: rgb(66,179,100); }
H1.HeaderClassName
{
color: #42B364;
}
.AnyTagClassName
{
color: #42B364;
}
</style>
background-color css
<style>
a { background-color: #42B364; }
a { background-color: rgb(66,179,100); }
div.DivClassName
{
background-color: #42B364;
}
.BgClassName
{
background-color: #42B364;
}
</style>
border-color css
<style>
span { border-color: #42B364; }
span { border-color: rgb(66,179,100); }
td.TdClassName
{
border-color: #42B364;
}
.TagClassName
{
border-color: #42B364;
}
</style>