Shades of Medium Sea Green #42B988
Tints of Medium Sea Green #42B988
RGB
CMYK
RGB Variations
Color information
#42B988 (or 0x42B988) is known color: Medium Sea Green. HEX triplet: 42, B9 and 88. RGB value is (66,185,136). Sum of RGB (Red+Green+Blue) = 66+185+136=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #42B988 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B988 is #BD4677. Grayscale: #8F8F8F. Windows color (decimal): -12404344 or 8960322. OLE color: 8960322.
HSL color Cylindrical-coordinate representation of color #42B988: hue angle of 155.29º 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 #42B988 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 185 | 136 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.27 |
| HSL | 155.29º | 0.47% | 0.49% | - |
| HSV(B) | 155.29º | 0.64% | 0.73% | - |
| XYZ | 24.04 | 37.63 | 29.29 | - |
| YUV | 143.83 | 123.58 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 185 | 136 | 0.64 | 0 | 0.26 | 0.27 | 155.29 | 0.47 | 0.49 |
| Hex | 42 | B9 | 88 | 40 | 0 | 1A | 1B | 9B | 2F | 31 |
| Octal | 102 | 271 | 210 | 100 | 0 | 32 | 33 | 233 | 57 | 61 |
| Binary | 1000010 | 10111001 | 10001000 | 1000000 | 0 | 11010 | 11011 | 10011011 | 101111 | 110001 |
Color Harmonies of #42B988
Complementary color
Monochromatic Colors of #42B988
Black with #42B988
Text Example
Text Example
White with #42B988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B988; }
p { color: rgb(66,185,136); }
H1.HeaderClassName
{
color: #42B988;
}
.AnyTagClassName
{
color: #42B988;
}
</style>
background-color css
<style>
a { background-color: #42B988; }
a { background-color: rgb(66,185,136); }
div.DivClassName
{
background-color: #42B988;
}
.BgClassName
{
background-color: #42B988;
}
</style>
border-color css
<style>
span { border-color: #42B988; }
span { border-color: rgb(66,185,136); }
td.TdClassName
{
border-color: #42B988;
}
.TagClassName
{
border-color: #42B988;
}
</style>