Shades of Medium Sea Green #42B26C
Tints of Medium Sea Green #42B26C
RGB
CMYK
RGB Variations
Color information
#42B26C (or 0x42B26C) is known color: Medium Sea Green. HEX triplet: 42, B2 and 6C. RGB value is (66,178,108). Sum of RGB (Red+Green+Blue) = 66+178+108=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #42B26C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B26C is #BD4D93. Grayscale: #888888. Windows color (decimal): -12406164 or 7123522. OLE color: 7123522.
HSL color Cylindrical-coordinate representation of color #42B26C: hue angle of 142.5º 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 #42B26C is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 178 | 108 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.30 |
| HSL | 142.5º | 0.46% | 0.48% | - |
| HSV(B) | 142.5º | 0.63% | 0.7% | - |
| XYZ | 20.87 | 34.08 | 19.67 | - |
| YUV | 136.53 | 111.89 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 178 | 108 | 0.63 | 0 | 0.39 | 0.30 | 142.5 | 0.46 | 0.48 |
| Hex | 42 | B2 | 6C | 3F | 0 | 27 | 1E | 8E | 2E | 30 |
| Octal | 102 | 262 | 154 | 77 | 0 | 47 | 36 | 216 | 56 | 60 |
| Binary | 1000010 | 10110010 | 1101100 | 111111 | 0 | 100111 | 11110 | 10001110 | 101110 | 110000 |
Color Harmonies of #42B26C
Complementary color
Monochromatic Colors of #42B26C
Black with #42B26C
Text Example
Text Example
White with #42B26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B26C; }
p { color: rgb(66,178,108); }
H1.HeaderClassName
{
color: #42B26C;
}
.AnyTagClassName
{
color: #42B26C;
}
</style>
background-color css
<style>
a { background-color: #42B26C; }
a { background-color: rgb(66,178,108); }
div.DivClassName
{
background-color: #42B26C;
}
.BgClassName
{
background-color: #42B26C;
}
</style>
border-color css
<style>
span { border-color: #42B26C; }
span { border-color: rgb(66,178,108); }
td.TdClassName
{
border-color: #42B26C;
}
.TagClassName
{
border-color: #42B26C;
}
</style>