Shades of Medium Sea Green #42B16C
Tints of Medium Sea Green #42B16C
RGB
CMYK
RGB Variations
Color information
#42B16C (or 0x42B16C) is known color: Medium Sea Green. HEX triplet: 42, B1 and 6C. RGB value is (66,177,108). Sum of RGB (Red+Green+Blue) = 66+177+108=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 177 (69.53% from 255 or 50.43% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 177 - color contains mainly: green. Hex color #42B16C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B16C is #BD4E93. Grayscale: #888888. Windows color (decimal): -12406420 or 7123266. OLE color: 7123266.
HSL color Cylindrical-coordinate representation of color #42B16C: hue angle of 142.7º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B16C is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 177 | 108 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.31 |
| HSL | 142.7º | 0.46% | 0.48% | - |
| HSV(B) | 142.7º | 0.63% | 0.69% | - |
| XYZ | 20.68 | 33.69 | 19.6 | - |
| YUV | 135.95 | 112.23 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 177 | 108 | 0.63 | 0 | 0.39 | 0.31 | 142.7 | 0.46 | 0.48 |
| Hex | 42 | B1 | 6C | 3F | 0 | 27 | 1F | 8F | 2E | 30 |
| Octal | 102 | 261 | 154 | 77 | 0 | 47 | 37 | 217 | 56 | 60 |
| Binary | 1000010 | 10110001 | 1101100 | 111111 | 0 | 100111 | 11111 | 10001111 | 101110 | 110000 |
Color Harmonies of #42B16C
Complementary color
Monochromatic Colors of #42B16C
Black with #42B16C
Text Example
Text Example
White with #42B16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B16C; }
p { color: rgb(66,177,108); }
H1.HeaderClassName
{
color: #42B16C;
}
.AnyTagClassName
{
color: #42B16C;
}
</style>
background-color css
<style>
a { background-color: #42B16C; }
a { background-color: rgb(66,177,108); }
div.DivClassName
{
background-color: #42B16C;
}
.BgClassName
{
background-color: #42B16C;
}
</style>
border-color css
<style>
span { border-color: #42B16C; }
span { border-color: rgb(66,177,108); }
td.TdClassName
{
border-color: #42B16C;
}
.TagClassName
{
border-color: #42B16C;
}
</style>