Shades of Medium Sea Green #42AB67
Tints of Medium Sea Green #42AB67
RGB
CMYK
RGB Variations
Color information
#42AB67 (or 0x42AB67) is known color: Medium Sea Green. HEX triplet: 42, AB and 67. RGB value is (66,171,103). Sum of RGB (Red+Green+Blue) = 66+171+103=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AB67 is #BD5498. Grayscale: #848484. Windows color (decimal): -12407961 or 6794050. OLE color: 6794050.
HSL color Cylindrical-coordinate representation of color #42AB67: hue angle of 141.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AB67 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 171 | 103 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.33 |
| HSL | 141.14º | 0.44% | 0.46% | - |
| HSV(B) | 141.14º | 0.61% | 0.67% | - |
| XYZ | 19.26 | 31.26 | 17.85 | - |
| YUV | 131.85 | 111.71 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 103 | 0.61 | 0 | 0.40 | 0.33 | 141.14 | 0.44 | 0.46 |
| Hex | 42 | AB | 67 | 3D | 0 | 28 | 21 | 8D | 2C | 2E |
| Octal | 102 | 253 | 147 | 75 | 0 | 50 | 41 | 215 | 54 | 56 |
| Binary | 1000010 | 10101011 | 1100111 | 111101 | 0 | 101000 | 100001 | 10001101 | 101100 | 101110 |
Color Harmonies of #42AB67
Complementary color
Monochromatic Colors of #42AB67
Black with #42AB67
Text Example
Text Example
White with #42AB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AB67; }
p { color: rgb(66,171,103); }
H1.HeaderClassName
{
color: #42AB67;
}
.AnyTagClassName
{
color: #42AB67;
}
</style>
background-color css
<style>
a { background-color: #42AB67; }
a { background-color: rgb(66,171,103); }
div.DivClassName
{
background-color: #42AB67;
}
.BgClassName
{
background-color: #42AB67;
}
</style>
border-color css
<style>
span { border-color: #42AB67; }
span { border-color: rgb(66,171,103); }
td.TdClassName
{
border-color: #42AB67;
}
.TagClassName
{
border-color: #42AB67;
}
</style>