Shades of Medium Sea Green #42BC88
Tints of Medium Sea Green #42BC88
RGB
CMYK
RGB Variations
Color information
#42BC88 (or 0x42BC88) is known color: Medium Sea Green. HEX triplet: 42, BC and 88. RGB value is (66,188,136). Sum of RGB (Red+Green+Blue) = 66+188+136=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BC88 is #BD4377. Grayscale: #919191. Windows color (decimal): -12403576 or 8961090. OLE color: 8961090.
HSL color Cylindrical-coordinate representation of color #42BC88: hue angle of 154.43º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BC88 is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 188 | 136 | - |
| CMYK | 0.65 | 0 | 0.28 | 0.26 |
| HSL | 154.43º | 0.48% | 0.5% | - |
| HSV(B) | 154.43º | 0.65% | 0.74% | - |
| XYZ | 24.67 | 38.9 | 29.5 | - |
| YUV | 145.59 | 122.58 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 136 | 0.65 | 0 | 0.28 | 0.26 | 154.43 | 0.48 | 0.5 |
| Hex | 42 | BC | 88 | 41 | 0 | 1C | 1A | 9A | 30 | 32 |
| Octal | 102 | 274 | 210 | 101 | 0 | 34 | 32 | 232 | 60 | 62 |
| Binary | 1000010 | 10111100 | 10001000 | 1000001 | 0 | 11100 | 11010 | 10011010 | 110000 | 110010 |
Color Harmonies of #42BC88
Complementary color
Monochromatic Colors of #42BC88
Black with #42BC88
Text Example
Text Example
White with #42BC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BC88; }
p { color: rgb(66,188,136); }
H1.HeaderClassName
{
color: #42BC88;
}
.AnyTagClassName
{
color: #42BC88;
}
</style>
background-color css
<style>
a { background-color: #42BC88; }
a { background-color: rgb(66,188,136); }
div.DivClassName
{
background-color: #42BC88;
}
.BgClassName
{
background-color: #42BC88;
}
</style>
border-color css
<style>
span { border-color: #42BC88; }
span { border-color: rgb(66,188,136); }
td.TdClassName
{
border-color: #42BC88;
}
.TagClassName
{
border-color: #42BC88;
}
</style>