Shades of Medium Sea Green #42B481
Tints of Medium Sea Green #42B481
RGB
CMYK
RGB Variations
Color information
#42B481 (or 0x42B481) is known color: Medium Sea Green. HEX triplet: 42, B4 and 81. RGB value is (66,180,129). Sum of RGB (Red+Green+Blue) = 66+180+129=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #42B481 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B481 is #BD4B7E. Grayscale: #8C8C8C. Windows color (decimal): -12405631 or 8500290. OLE color: 8500290.
HSL color Cylindrical-coordinate representation of color #42B481: hue angle of 153.16º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B481 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 180 | 129 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.29 |
| HSL | 153.16º | 0.46% | 0.48% | - |
| HSV(B) | 153.16º | 0.63% | 0.71% | - |
| XYZ | 22.53 | 35.39 | 26.41 | - |
| YUV | 140.1 | 121.73 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 129 | 0.63 | 0 | 0.28 | 0.29 | 153.16 | 0.46 | 0.48 |
| Hex | 42 | B4 | 81 | 3F | 0 | 1C | 1D | 99 | 2E | 30 |
| Octal | 102 | 264 | 201 | 77 | 0 | 34 | 35 | 231 | 56 | 60 |
| Binary | 1000010 | 10110100 | 10000001 | 111111 | 0 | 11100 | 11101 | 10011001 | 101110 | 110000 |
Color Harmonies of #42B481
Complementary color
Monochromatic Colors of #42B481
Black with #42B481
Text Example
Text Example
White with #42B481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B481; }
p { color: rgb(66,180,129); }
H1.HeaderClassName
{
color: #42B481;
}
.AnyTagClassName
{
color: #42B481;
}
</style>
background-color css
<style>
a { background-color: #42B481; }
a { background-color: rgb(66,180,129); }
div.DivClassName
{
background-color: #42B481;
}
.BgClassName
{
background-color: #42B481;
}
</style>
border-color css
<style>
span { border-color: #42B481; }
span { border-color: rgb(66,180,129); }
td.TdClassName
{
border-color: #42B481;
}
.TagClassName
{
border-color: #42B481;
}
</style>