Shades of Medium Sea Green #42AD7B
Tints of Medium Sea Green #42AD7B
RGB
CMYK
RGB Variations
Color information
#42AD7B (or 0x42AD7B) is known color: Medium Sea Green. HEX triplet: 42, AD and 7B. RGB value is (66,173,123). Sum of RGB (Red+Green+Blue) = 66+173+123=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AD7B is #BD5284. Grayscale: #878787. Windows color (decimal): -12407429 or 8105282. OLE color: 8105282.
HSL color Cylindrical-coordinate representation of color #42AD7B: hue angle of 151.96º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AD7B is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 173 | 123 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.32 |
| HSL | 151.96º | 0.45% | 0.47% | - |
| HSV(B) | 151.96º | 0.62% | 0.68% | - |
| XYZ | 20.77 | 32.48 | 23.91 | - |
| YUV | 135.31 | 121.05 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 173 | 123 | 0.62 | 0 | 0.29 | 0.32 | 151.96 | 0.45 | 0.47 |
| Hex | 42 | AD | 7B | 3E | 0 | 1D | 20 | 98 | 2D | 2F |
| Octal | 102 | 255 | 173 | 76 | 0 | 35 | 40 | 230 | 55 | 57 |
| Binary | 1000010 | 10101101 | 1111011 | 111110 | 0 | 11101 | 100000 | 10011000 | 101101 | 101111 |
Color Harmonies of #42AD7B
Complementary color
Monochromatic Colors of #42AD7B
Black with #42AD7B
Text Example
Text Example
White with #42AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AD7B; }
p { color: rgb(66,173,123); }
H1.HeaderClassName
{
color: #42AD7B;
}
.AnyTagClassName
{
color: #42AD7B;
}
</style>
background-color css
<style>
a { background-color: #42AD7B; }
a { background-color: rgb(66,173,123); }
div.DivClassName
{
background-color: #42AD7B;
}
.BgClassName
{
background-color: #42AD7B;
}
</style>
border-color css
<style>
span { border-color: #42AD7B; }
span { border-color: rgb(66,173,123); }
td.TdClassName
{
border-color: #42AD7B;
}
.TagClassName
{
border-color: #42AD7B;
}
</style>