Shades of Medium Sea Green #42B97D
Tints of Medium Sea Green #42B97D
RGB
CMYK
RGB Variations
Color information
#42B97D (or 0x42B97D) is known color: Medium Sea Green. HEX triplet: 42, B9 and 7D. RGB value is (66,185,125). Sum of RGB (Red+Green+Blue) = 66+185+125=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #42B97D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B97D is #BD4682. Grayscale: #8E8E8E. Windows color (decimal): -12404355 or 8239426. OLE color: 8239426.
HSL color Cylindrical-coordinate representation of color #42B97D: hue angle of 149.75º 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 #42B97D is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 185 | 125 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.27 |
| HSL | 149.75º | 0.47% | 0.49% | - |
| HSV(B) | 149.75º | 0.64% | 0.73% | - |
| XYZ | 23.3 | 37.34 | 25.38 | - |
| YUV | 142.58 | 118.08 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 185 | 125 | 0.64 | 0 | 0.32 | 0.27 | 149.75 | 0.47 | 0.49 |
| Hex | 42 | B9 | 7D | 40 | 0 | 20 | 1B | 96 | 2F | 31 |
| Octal | 102 | 271 | 175 | 100 | 0 | 40 | 33 | 226 | 57 | 61 |
| Binary | 1000010 | 10111001 | 1111101 | 1000000 | 0 | 100000 | 11011 | 10010110 | 101111 | 110001 |
Color Harmonies of #42B97D
Complementary color
Monochromatic Colors of #42B97D
Black with #42B97D
Text Example
Text Example
White with #42B97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B97D; }
p { color: rgb(66,185,125); }
H1.HeaderClassName
{
color: #42B97D;
}
.AnyTagClassName
{
color: #42B97D;
}
</style>
background-color css
<style>
a { background-color: #42B97D; }
a { background-color: rgb(66,185,125); }
div.DivClassName
{
background-color: #42B97D;
}
.BgClassName
{
background-color: #42B97D;
}
</style>
border-color css
<style>
span { border-color: #42B97D; }
span { border-color: rgb(66,185,125); }
td.TdClassName
{
border-color: #42B97D;
}
.TagClassName
{
border-color: #42B97D;
}
</style>