Shades of Medium Sea Green #42B06F
Tints of Medium Sea Green #42B06F
RGB
CMYK
RGB Variations
Color information
#42B06F (or 0x42B06F) is known color: Medium Sea Green. HEX triplet: 42, B0 and 6F. RGB value is (66,176,111). Sum of RGB (Red+Green+Blue) = 66+176+111=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #42B06F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B06F is #BD4F90. Grayscale: #878787. Windows color (decimal): -12406673 or 7319618. OLE color: 7319618.
HSL color Cylindrical-coordinate representation of color #42B06F: hue angle of 144.55º 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 #42B06F is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 176 | 111 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.31 |
| HSL | 144.55º | 0.45% | 0.47% | - |
| HSV(B) | 144.55º | 0.63% | 0.69% | - |
| XYZ | 20.64 | 33.36 | 20.39 | - |
| YUV | 135.7 | 114.06 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 176 | 111 | 0.62 | 0 | 0.37 | 0.31 | 144.55 | 0.45 | 0.47 |
| Hex | 42 | B0 | 6F | 3E | 0 | 25 | 1F | 91 | 2D | 2F |
| Octal | 102 | 260 | 157 | 76 | 0 | 45 | 37 | 221 | 55 | 57 |
| Binary | 1000010 | 10110000 | 1101111 | 111110 | 0 | 100101 | 11111 | 10010001 | 101101 | 101111 |
Color Harmonies of #42B06F
Complementary color
Monochromatic Colors of #42B06F
Black with #42B06F
Text Example
Text Example
White with #42B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B06F; }
p { color: rgb(66,176,111); }
H1.HeaderClassName
{
color: #42B06F;
}
.AnyTagClassName
{
color: #42B06F;
}
</style>
background-color css
<style>
a { background-color: #42B06F; }
a { background-color: rgb(66,176,111); }
div.DivClassName
{
background-color: #42B06F;
}
.BgClassName
{
background-color: #42B06F;
}
</style>
border-color css
<style>
span { border-color: #42B06F; }
span { border-color: rgb(66,176,111); }
td.TdClassName
{
border-color: #42B06F;
}
.TagClassName
{
border-color: #42B06F;
}
</style>