#35BE7F

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

Shades of Medium Sea Green #35BE7F

Tints of Medium Sea Green #35BE7F

Color information

#35BE7F (or 0x35BE7F) is unknown color: approx Medium Sea Green. HEX triplet: 35, BE and 7F. RGB value is (53,190,127). Sum of RGB (Red+Green+Blue) = 53+190+127=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 190 (74.61% from 255 or 51.35% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 190 - color contains mainly: green. Hex color #35BE7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BE7F is #CA4180. Grayscale: #8D8D8D. Windows color (decimal): -13255041 or 8371765. OLE color: 8371765.

HSL color Cylindrical-coordinate representation of color #35BE7F: hue angle of 152.41º degrees, saturation: 0.56, 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 #35BE7F is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB53190127-
CMYK0.7200.330.25
HSL152.41º56.38%47.65%-
HSV(B)152.41º72.11%74.51%-
XYZ23.7139.1226.38-
YUV141.85119.6164.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.32%
GREEN value IS 190 (74.61% from 255) = 51.35%
BLUE value IS 127 (50% from 255) = 34.32%
R=14.32%
G=51.35%
B=34.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531901270.7200.330.25152.4156.3847.65
Hex35BE7F4802119983830
Octal65276177110041312307060
Binary110101101111101111111100100001000011100110011000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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