Shades of Medium Sea Green #42B888
Tints of Medium Sea Green #42B888
RGB
CMYK
RGB Variations
Color information
#42B888 (or 0x42B888) is known color: Medium Sea Green. HEX triplet: 42, B8 and 88. RGB value is (66,184,136). Sum of RGB (Red+Green+Blue) = 66+184+136=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #42B888 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B888 is #BD4777. Grayscale: #8F8F8F. Windows color (decimal): -12404600 or 8960066. OLE color: 8960066.
HSL color Cylindrical-coordinate representation of color #42B888: hue angle of 155.59º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B888 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 184 | 136 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.28 |
| HSL | 155.59º | 0.47% | 0.49% | - |
| HSV(B) | 155.59º | 0.64% | 0.72% | - |
| XYZ | 23.83 | 37.22 | 29.22 | - |
| YUV | 143.25 | 123.91 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 184 | 136 | 0.64 | 0 | 0.26 | 0.28 | 155.59 | 0.47 | 0.49 |
| Hex | 42 | B8 | 88 | 40 | 0 | 1A | 1C | 9C | 2F | 31 |
| Octal | 102 | 270 | 210 | 100 | 0 | 32 | 34 | 234 | 57 | 61 |
| Binary | 1000010 | 10111000 | 10001000 | 1000000 | 0 | 11010 | 11100 | 10011100 | 101111 | 110001 |
Color Harmonies of #42B888
Complementary color
Monochromatic Colors of #42B888
Black with #42B888
Text Example
Text Example
White with #42B888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B888; }
p { color: rgb(66,184,136); }
H1.HeaderClassName
{
color: #42B888;
}
.AnyTagClassName
{
color: #42B888;
}
</style>
background-color css
<style>
a { background-color: #42B888; }
a { background-color: rgb(66,184,136); }
div.DivClassName
{
background-color: #42B888;
}
.BgClassName
{
background-color: #42B888;
}
</style>
border-color css
<style>
span { border-color: #42B888; }
span { border-color: rgb(66,184,136); }
td.TdClassName
{
border-color: #42B888;
}
.TagClassName
{
border-color: #42B888;
}
</style>