Shades of Medium Sea Green #42B365
Tints of Medium Sea Green #42B365
RGB
CMYK
RGB Variations
Color information
#42B365 (or 0x42B365) is known color: Medium Sea Green. HEX triplet: 42, B3 and 65. RGB value is (66,179,101). Sum of RGB (Red+Green+Blue) = 66+179+101=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 179 (70.31% from 255 or 51.73% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 179 - color contains mainly: green. Hex color #42B365 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B365 is #BD4C9A. Grayscale: #888888. Windows color (decimal): -12405915 or 6665026. OLE color: 6665026.
HSL color Cylindrical-coordinate representation of color #42B365: hue angle of 138.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 #42B365 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 101 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.30 |
| HSL | 138.58º | 0.46% | 0.48% | - |
| HSV(B) | 138.58º | 0.63% | 0.7% | - |
| XYZ | 20.72 | 34.34 | 17.85 | - |
| YUV | 136.32 | 108.06 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 101 | 0.63 | 0 | 0.44 | 0.30 | 138.58 | 0.46 | 0.48 |
| Hex | 42 | B3 | 65 | 3F | 0 | 2C | 1E | 8B | 2E | 30 |
| Octal | 102 | 263 | 145 | 77 | 0 | 54 | 36 | 213 | 56 | 60 |
| Binary | 1000010 | 10110011 | 1100101 | 111111 | 0 | 101100 | 11110 | 10001011 | 101110 | 110000 |
Color Harmonies of #42B365
Complementary color
Monochromatic Colors of #42B365
Black with #42B365
Text Example
Text Example
White with #42B365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B365; }
p { color: rgb(66,179,101); }
H1.HeaderClassName
{
color: #42B365;
}
.AnyTagClassName
{
color: #42B365;
}
</style>
background-color css
<style>
a { background-color: #42B365; }
a { background-color: rgb(66,179,101); }
div.DivClassName
{
background-color: #42B365;
}
.BgClassName
{
background-color: #42B365;
}
</style>
border-color css
<style>
span { border-color: #42B365; }
span { border-color: rgb(66,179,101); }
td.TdClassName
{
border-color: #42B365;
}
.TagClassName
{
border-color: #42B365;
}
</style>