Shades of Medium Sea Green #42B369
Tints of Medium Sea Green #42B369
RGB
CMYK
RGB Variations
Color information
#42B369 (or 0x42B369) is known color: Medium Sea Green. HEX triplet: 42, B3 and 69. RGB value is (66,179,105). Sum of RGB (Red+Green+Blue) = 66+179+105=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 179 (70.31% from 255 or 51.14% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 179 - color contains mainly: green. Hex color #42B369 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B369 is #BD4C96. Grayscale: #888888. Windows color (decimal): -12405911 or 6927170. OLE color: 6927170.
HSL color Cylindrical-coordinate representation of color #42B369: hue angle of 140.71º 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 #42B369 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 105 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.30 |
| HSL | 140.71º | 0.46% | 0.48% | - |
| HSV(B) | 140.71º | 0.63% | 0.7% | - |
| XYZ | 20.92 | 34.42 | 18.91 | - |
| YUV | 136.78 | 110.06 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 105 | 0.63 | 0 | 0.41 | 0.30 | 140.71 | 0.46 | 0.48 |
| Hex | 42 | B3 | 69 | 3F | 0 | 29 | 1E | 8D | 2E | 30 |
| Octal | 102 | 263 | 151 | 77 | 0 | 51 | 36 | 215 | 56 | 60 |
| Binary | 1000010 | 10110011 | 1101001 | 111111 | 0 | 101001 | 11110 | 10001101 | 101110 | 110000 |
Color Harmonies of #42B369
Complementary color
Monochromatic Colors of #42B369
Black with #42B369
Text Example
Text Example
White with #42B369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B369; }
p { color: rgb(66,179,105); }
H1.HeaderClassName
{
color: #42B369;
}
.AnyTagClassName
{
color: #42B369;
}
</style>
background-color css
<style>
a { background-color: #42B369; }
a { background-color: rgb(66,179,105); }
div.DivClassName
{
background-color: #42B369;
}
.BgClassName
{
background-color: #42B369;
}
</style>
border-color css
<style>
span { border-color: #42B369; }
span { border-color: rgb(66,179,105); }
td.TdClassName
{
border-color: #42B369;
}
.TagClassName
{
border-color: #42B369;
}
</style>