Shades of Medium Sea Green #3AC666
Tints of Medium Sea Green #3AC666
RGB
CMYK
RGB Variations
Color information
#3AC666 (or 0x3AC666) is known color: Medium Sea Green. HEX triplet: 3A, C6 and 66. RGB value is (58,198,102). Sum of RGB (Red+Green+Blue) = 58+198+102=358 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.20% from 358); Green value is 198 (77.73% from 255 or 55.31% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 198 - color contains mainly: green. Hex color #3AC666 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC666 is #C53999. Grayscale: #919191. Windows color (decimal): -12925338 or 6735418. OLE color: 6735418.
HSL color Cylindrical-coordinate representation of color #3AC666: hue angle of 138.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC666 is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 198 | 102 | - |
| CMYK | 0.71 | 0 | 0.48 | 0.22 |
| HSL | 138.86º | 0.55% | 0.5% | - |
| HSV(B) | 138.86º | 0.71% | 0.78% | - |
| XYZ | 24.34 | 42.25 | 19.44 | - |
| YUV | 145.2 | 103.62 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 198 | 102 | 0.71 | 0 | 0.48 | 0.22 | 138.86 | 0.55 | 0.5 |
| Hex | 3A | C6 | 66 | 47 | 0 | 30 | 16 | 8B | 37 | 32 |
| Octal | 72 | 306 | 146 | 107 | 0 | 60 | 26 | 213 | 67 | 62 |
| Binary | 111010 | 11000110 | 1100110 | 1000111 | 0 | 110000 | 10110 | 10001011 | 110111 | 110010 |
Color Harmonies of #3AC666
Complementary color
Monochromatic Colors of #3AC666
Black with #3AC666
Text Example
Text Example
White with #3AC666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC666; }
p { color: rgb(58,198,102); }
H1.HeaderClassName
{
color: #3AC666;
}
.AnyTagClassName
{
color: #3AC666;
}
</style>
background-color css
<style>
a { background-color: #3AC666; }
a { background-color: rgb(58,198,102); }
div.DivClassName
{
background-color: #3AC666;
}
.BgClassName
{
background-color: #3AC666;
}
</style>
border-color css
<style>
span { border-color: #3AC666; }
span { border-color: rgb(58,198,102); }
td.TdClassName
{
border-color: #3AC666;
}
.TagClassName
{
border-color: #3AC666;
}
</style>