Shades of Medium Sea Green #35C182
Tints of Medium Sea Green #35C182
RGB
CMYK
RGB Variations
Color information
#35C182 (or 0x35C182) is known color: Medium Sea Green. HEX triplet: 35, C1 and 82. RGB value is (53,193,130). Sum of RGB (Red+Green+Blue) = 53+193+130=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #35C182 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C182 is #CA3E7D. Grayscale: #909090. Windows color (decimal): -13254270 or 8569141. OLE color: 8569141.
HSL color Cylindrical-coordinate representation of color #35C182: hue angle of 153º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C182 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 193 | 130 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.24 |
| HSL | 153º | 0.57% | 0.48% | - |
| HSV(B) | 153º | 0.73% | 0.76% | - |
| XYZ | 24.57 | 40.51 | 27.64 | - |
| YUV | 143.96 | 120.12 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 193 | 130 | 0.73 | 0 | 0.33 | 0.24 | 153 | 0.57 | 0.48 |
| Hex | 35 | C1 | 82 | 49 | 0 | 21 | 18 | 99 | 39 | 30 |
| Octal | 65 | 301 | 202 | 111 | 0 | 41 | 30 | 231 | 71 | 60 |
| Binary | 110101 | 11000001 | 10000010 | 1001001 | 0 | 100001 | 11000 | 10011001 | 111001 | 110000 |
Color Harmonies of #35C182
Complementary color
Monochromatic Colors of #35C182
Black with #35C182
Text Example
Text Example
White with #35C182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C182; }
p { color: rgb(53,193,130); }
H1.HeaderClassName
{
color: #35C182;
}
.AnyTagClassName
{
color: #35C182;
}
</style>
background-color css
<style>
a { background-color: #35C182; }
a { background-color: rgb(53,193,130); }
div.DivClassName
{
background-color: #35C182;
}
.BgClassName
{
background-color: #35C182;
}
</style>
border-color css
<style>
span { border-color: #35C182; }
span { border-color: rgb(53,193,130); }
td.TdClassName
{
border-color: #35C182;
}
.TagClassName
{
border-color: #35C182;
}
</style>