Shades of Medium Sea Green #42AB75
Tints of Medium Sea Green #42AB75
RGB
CMYK
RGB Variations
Color information
#42AB75 (or 0x42AB75) is known color: Medium Sea Green. HEX triplet: 42, AB and 75. RGB value is (66,171,117). Sum of RGB (Red+Green+Blue) = 66+171+117=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AB75 is #BD548A. Grayscale: #858585. Windows color (decimal): -12407947 or 7711554. OLE color: 7711554.
HSL color Cylindrical-coordinate representation of color #42AB75: hue angle of 149.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 #42AB75 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 171 | 117 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.33 |
| HSL | 149.14º | 0.44% | 0.46% | - |
| HSV(B) | 149.14º | 0.61% | 0.67% | - |
| XYZ | 20.02 | 31.57 | 21.87 | - |
| YUV | 133.45 | 118.71 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 117 | 0.61 | 0 | 0.32 | 0.33 | 149.14 | 0.44 | 0.46 |
| Hex | 42 | AB | 75 | 3D | 0 | 20 | 21 | 95 | 2C | 2E |
| Octal | 102 | 253 | 165 | 75 | 0 | 40 | 41 | 225 | 54 | 56 |
| Binary | 1000010 | 10101011 | 1110101 | 111101 | 0 | 100000 | 100001 | 10010101 | 101100 | 101110 |
Color Harmonies of #42AB75
Complementary color
Monochromatic Colors of #42AB75
Black with #42AB75
Text Example
Text Example
White with #42AB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AB75; }
p { color: rgb(66,171,117); }
H1.HeaderClassName
{
color: #42AB75;
}
.AnyTagClassName
{
color: #42AB75;
}
</style>
background-color css
<style>
a { background-color: #42AB75; }
a { background-color: rgb(66,171,117); }
div.DivClassName
{
background-color: #42AB75;
}
.BgClassName
{
background-color: #42AB75;
}
</style>
border-color css
<style>
span { border-color: #42AB75; }
span { border-color: rgb(66,171,117); }
td.TdClassName
{
border-color: #42AB75;
}
.TagClassName
{
border-color: #42AB75;
}
</style>