#35C07F

Color #35C07F Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #35C07F

Tints of Medium Sea Green #35C07F

Color information

#35C07F (or 0x35C07F) is unknown color: approx Medium Sea Green. HEX triplet: 35, C0 and 7F. RGB value is (53,192,127). Sum of RGB (Red+Green+Blue) = 53+192+127=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #35C07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C07F is #CA3F80. Grayscale: #8F8F8F. Windows color (decimal): -13254529 or 8372277. OLE color: 8372277.

HSL color Cylindrical-coordinate representation of color #35C07F: hue angle of 151.94º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35C07F is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB53192127-
CMYK0.7200.340.25
HSL151.94º56.73%48.04%-
HSV(B)151.94º72.4%75.29%-
XYZ24.1539.9926.52-
YUV143.03118.9563.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 14.25%
GREEN value IS 192 (75.39% from 255) = 51.61%
BLUE value IS 127 (50% from 255) = 34.14%
R=14.25%
G=51.61%
B=34.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531921270.7200.340.25151.9456.7348.04
Hex35C07F4802219983930
Octal65300177110042312307160
Binary110101110000001111111100100001000101100110011000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35C07F; }

 p { color: rgb(53,192,127); }

 H1.HeaderClassName
 {
   color: #35C07F;
 }
 .AnyTagClassName
 {
   color: #35C07F;
 }
</style>
background-color css

<style>
 a { background-color: #35C07F; }

 a { background-color: rgb(53,192,127); }

 div.DivClassName
 {
   background-color: #35C07F;
 }
 .BgClassName
 {
   background-color: #35C07F;
 }
</style>
border-color css

<style>
 span { border-color: #35C07F; }

 span { border-color: rgb(53,192,127); }

 td.TdClassName
 {
   border-color: #35C07F;
 }
 .TagClassName
 {
   border-color: #35C07F;
 }
</style>