Shades of Medium Sea Green #42B06D
Tints of Medium Sea Green #42B06D
RGB
CMYK
RGB Variations
Color information
#42B06D (or 0x42B06D) is known color: Medium Sea Green. HEX triplet: 42, B0 and 6D. RGB value is (66,176,109). Sum of RGB (Red+Green+Blue) = 66+176+109=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 176 (69.14% from 255 or 50.14% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 176 - color contains mainly: green. Hex color #42B06D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B06D is #BD4F92. Grayscale: #878787. Windows color (decimal): -12406675 or 7188546. OLE color: 7188546.
HSL color Cylindrical-coordinate representation of color #42B06D: hue angle of 143.45º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42B06D is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 176 | 109 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.31 |
| HSL | 143.45º | 0.45% | 0.47% | - |
| HSV(B) | 143.45º | 0.63% | 0.69% | - |
| XYZ | 20.53 | 33.31 | 19.82 | - |
| YUV | 135.47 | 113.06 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 176 | 109 | 0.62 | 0 | 0.38 | 0.31 | 143.45 | 0.45 | 0.47 |
| Hex | 42 | B0 | 6D | 3E | 0 | 26 | 1F | 8F | 2D | 2F |
| Octal | 102 | 260 | 155 | 76 | 0 | 46 | 37 | 217 | 55 | 57 |
| Binary | 1000010 | 10110000 | 1101101 | 111110 | 0 | 100110 | 11111 | 10001111 | 101101 | 101111 |
Color Harmonies of #42B06D
Complementary color
Monochromatic Colors of #42B06D
Black with #42B06D
Text Example
Text Example
White with #42B06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B06D; }
p { color: rgb(66,176,109); }
H1.HeaderClassName
{
color: #42B06D;
}
.AnyTagClassName
{
color: #42B06D;
}
</style>
background-color css
<style>
a { background-color: #42B06D; }
a { background-color: rgb(66,176,109); }
div.DivClassName
{
background-color: #42B06D;
}
.BgClassName
{
background-color: #42B06D;
}
</style>
border-color css
<style>
span { border-color: #42B06D; }
span { border-color: rgb(66,176,109); }
td.TdClassName
{
border-color: #42B06D;
}
.TagClassName
{
border-color: #42B06D;
}
</style>