#35BE7B

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

Shades of Medium Sea Green #35BE7B

Tints of Medium Sea Green #35BE7B

Color information

#35BE7B (or 0x35BE7B) is unknown color: approx Medium Sea Green. HEX triplet: 35, BE and 7B. RGB value is (53,190,123). Sum of RGB (Red+Green+Blue) = 53+190+123=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 190 (74.61% from 255 or 51.91% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 190 - color contains mainly: green. Hex color #35BE7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BE7B is #CA4184. Grayscale: #8D8D8D. Windows color (decimal): -13255045 or 8109621. OLE color: 8109621.

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

Color convert

RGB53190123-
CMYK0.7200.350.25
HSL150.66º56.38%47.65%-
HSV(B)150.66º72.11%74.51%-
XYZ23.4639.0125.03-
YUV141.4117.6164.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.48%
GREEN value IS 190 (74.61% from 255) = 51.91%
BLUE value IS 123 (48.44% from 255) = 33.61%
R=14.48%
G=51.91%
B=33.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531901230.7200.350.25150.6656.3847.65
Hex35BE7B4802319973830
Octal65276173110043312277060
Binary110101101111101111011100100001000111100110010111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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