Shades of Medium Sea Green #42B97A
Tints of Medium Sea Green #42B97A
RGB
CMYK
RGB Variations
Color information
#42B97A (or 0x42B97A) is known color: Medium Sea Green. HEX triplet: 42, B9 and 7A. RGB value is (66,185,122). Sum of RGB (Red+Green+Blue) = 66+185+122=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #42B97A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B97A is #BD4685. Grayscale: #8E8E8E. Windows color (decimal): -12404358 or 8042818. OLE color: 8042818.
HSL color Cylindrical-coordinate representation of color #42B97A: hue angle of 148.24º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B97A is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 185 | 122 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.27 |
| HSL | 148.24º | 0.47% | 0.49% | - |
| HSV(B) | 148.24º | 0.64% | 0.73% | - |
| XYZ | 23.11 | 37.26 | 24.39 | - |
| YUV | 142.24 | 116.58 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 185 | 122 | 0.64 | 0 | 0.34 | 0.27 | 148.24 | 0.47 | 0.49 |
| Hex | 42 | B9 | 7A | 40 | 0 | 22 | 1B | 94 | 2F | 31 |
| Octal | 102 | 271 | 172 | 100 | 0 | 42 | 33 | 224 | 57 | 61 |
| Binary | 1000010 | 10111001 | 1111010 | 1000000 | 0 | 100010 | 11011 | 10010100 | 101111 | 110001 |
Color Harmonies of #42B97A
Complementary color
Monochromatic Colors of #42B97A
Black with #42B97A
Text Example
Text Example
White with #42B97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B97A; }
p { color: rgb(66,185,122); }
H1.HeaderClassName
{
color: #42B97A;
}
.AnyTagClassName
{
color: #42B97A;
}
</style>
background-color css
<style>
a { background-color: #42B97A; }
a { background-color: rgb(66,185,122); }
div.DivClassName
{
background-color: #42B97A;
}
.BgClassName
{
background-color: #42B97A;
}
</style>
border-color css
<style>
span { border-color: #42B97A; }
span { border-color: rgb(66,185,122); }
td.TdClassName
{
border-color: #42B97A;
}
.TagClassName
{
border-color: #42B97A;
}
</style>