Shades of Medium Sea Green #3CB182
Tints of Medium Sea Green #3CB182
RGB
CMYK
RGB Variations
Color information
#3CB182 (or 0x3CB182) is known color: Medium Sea Green. HEX triplet: 3C, B1 and 82. RGB value is (60,177,130). Sum of RGB (Red+Green+Blue) = 60+177+130=367 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.35% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB182 is #C34E7D. Grayscale: #888888. Windows color (decimal): -12799614 or 8565052. OLE color: 8565052.
HSL color Cylindrical-coordinate representation of color #3CB182: hue angle of 155.9º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB182 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 177 | 130 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.31 |
| HSL | 155.9º | 0.49% | 0.46% | - |
| HSV(B) | 155.9º | 0.66% | 0.69% | - |
| XYZ | 21.61 | 34.02 | 26.55 | - |
| YUV | 136.66 | 124.24 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 177 | 130 | 0.66 | 0 | 0.27 | 0.31 | 155.9 | 0.49 | 0.46 |
| Hex | 3C | B1 | 82 | 42 | 0 | 1B | 1F | 9C | 31 | 2E |
| Octal | 74 | 261 | 202 | 102 | 0 | 33 | 37 | 234 | 61 | 56 |
| Binary | 111100 | 10110001 | 10000010 | 1000010 | 0 | 11011 | 11111 | 10011100 | 110001 | 101110 |
Color Harmonies of #3CB182
Complementary color
Monochromatic Colors of #3CB182
Black with #3CB182
Text Example
Text Example
White with #3CB182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB182; }
p { color: rgb(60,177,130); }
H1.HeaderClassName
{
color: #3CB182;
}
.AnyTagClassName
{
color: #3CB182;
}
</style>
background-color css
<style>
a { background-color: #3CB182; }
a { background-color: rgb(60,177,130); }
div.DivClassName
{
background-color: #3CB182;
}
.BgClassName
{
background-color: #3CB182;
}
</style>
border-color css
<style>
span { border-color: #3CB182; }
span { border-color: rgb(60,177,130); }
td.TdClassName
{
border-color: #3CB182;
}
.TagClassName
{
border-color: #3CB182;
}
</style>