Shades of Medium Sea Green #3CAF7B
Tints of Medium Sea Green #3CAF7B
RGB
CMYK
RGB Variations
Color information
#3CAF7B (or 0x3CAF7B) is known color: Medium Sea Green. HEX triplet: 3C, AF and 7B. RGB value is (60,175,123). Sum of RGB (Red+Green+Blue) = 60+175+123=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAF7B is #C35084. Grayscale: #868686. Windows color (decimal): -12800133 or 8105788. OLE color: 8105788.
HSL color Cylindrical-coordinate representation of color #3CAF7B: hue angle of 152.87º 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 #3CAF7B is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 123 | - |
| CMYK | 0.66 | 0 | 0.30 | 0.31 |
| HSL | 152.87º | 0.49% | 0.46% | - |
| HSV(B) | 152.87º | 0.66% | 0.69% | - |
| XYZ | 20.77 | 33.05 | 24.02 | - |
| YUV | 134.69 | 121.4 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 123 | 0.66 | 0 | 0.30 | 0.31 | 152.87 | 0.49 | 0.46 |
| Hex | 3C | AF | 7B | 42 | 0 | 1E | 1F | 99 | 31 | 2E |
| Octal | 74 | 257 | 173 | 102 | 0 | 36 | 37 | 231 | 61 | 56 |
| Binary | 111100 | 10101111 | 1111011 | 1000010 | 0 | 11110 | 11111 | 10011001 | 110001 | 101110 |
Color Harmonies of #3CAF7B
Complementary color
Monochromatic Colors of #3CAF7B
Black with #3CAF7B
Text Example
Text Example
White with #3CAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF7B; }
p { color: rgb(60,175,123); }
H1.HeaderClassName
{
color: #3CAF7B;
}
.AnyTagClassName
{
color: #3CAF7B;
}
</style>
background-color css
<style>
a { background-color: #3CAF7B; }
a { background-color: rgb(60,175,123); }
div.DivClassName
{
background-color: #3CAF7B;
}
.BgClassName
{
background-color: #3CAF7B;
}
</style>
border-color css
<style>
span { border-color: #3CAF7B; }
span { border-color: rgb(60,175,123); }
td.TdClassName
{
border-color: #3CAF7B;
}
.TagClassName
{
border-color: #3CAF7B;
}
</style>