Shades of Medium Sea Green #42B26B
Tints of Medium Sea Green #42B26B
RGB
CMYK
RGB Variations
Color information
#42B26B (or 0x42B26B) is known color: Medium Sea Green. HEX triplet: 42, B2 and 6B. RGB value is (66,178,107). Sum of RGB (Red+Green+Blue) = 66+178+107=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 178 (69.92% from 255 or 50.71% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 178 - color contains mainly: green. Hex color #42B26B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B26B is #BD4D94. Grayscale: #888888. Windows color (decimal): -12406165 or 7057986. OLE color: 7057986.
HSL color Cylindrical-coordinate representation of color #42B26B: hue angle of 141.96º 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 #42B26B is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 178 | 107 | - |
| CMYK | 0.63 | 0 | 0.40 | 0.30 |
| HSL | 141.96º | 0.46% | 0.48% | - |
| HSV(B) | 141.96º | 0.63% | 0.7% | - |
| XYZ | 20.82 | 34.06 | 19.39 | - |
| YUV | 136.42 | 111.39 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 178 | 107 | 0.63 | 0 | 0.40 | 0.30 | 141.96 | 0.46 | 0.48 |
| Hex | 42 | B2 | 6B | 3F | 0 | 28 | 1E | 8E | 2E | 30 |
| Octal | 102 | 262 | 153 | 77 | 0 | 50 | 36 | 216 | 56 | 60 |
| Binary | 1000010 | 10110010 | 1101011 | 111111 | 0 | 101000 | 11110 | 10001110 | 101110 | 110000 |
Color Harmonies of #42B26B
Complementary color
Monochromatic Colors of #42B26B
Black with #42B26B
Text Example
Text Example
White with #42B26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B26B; }
p { color: rgb(66,178,107); }
H1.HeaderClassName
{
color: #42B26B;
}
.AnyTagClassName
{
color: #42B26B;
}
</style>
background-color css
<style>
a { background-color: #42B26B; }
a { background-color: rgb(66,178,107); }
div.DivClassName
{
background-color: #42B26B;
}
.BgClassName
{
background-color: #42B26B;
}
</style>
border-color css
<style>
span { border-color: #42B26B; }
span { border-color: rgb(66,178,107); }
td.TdClassName
{
border-color: #42B26B;
}
.TagClassName
{
border-color: #42B26B;
}
</style>