#35BE75

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

Shades of Medium Sea Green #35BE75

Tints of Medium Sea Green #35BE75

Color information

#35BE75 (or 0x35BE75) is unknown color: approx Medium Sea Green. HEX triplet: 35, BE and 75. RGB value is (53,190,117). Sum of RGB (Red+Green+Blue) = 53+190+117=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #35BE75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BE75 is #CA418A. Grayscale: #8C8C8C. Windows color (decimal): -13255051 or 7716405. OLE color: 7716405.

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

Color convert

RGB53190117-
CMYK0.7200.380.25
HSL148.03º56.38%47.65%-
HSV(B)148.03º72.11%74.51%-
XYZ23.0938.8723.11-
YUV140.71114.6165.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.72%
GREEN value IS 190 (74.61% from 255) = 52.78%
BLUE value IS 117 (46.09% from 255) = 32.5%
R=14.72%
G=52.78%
B=32.5%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531901170.7200.380.25148.0356.3847.65
Hex35BE754802619943830
Octal65276165110046312247060
Binary110101101111101110101100100001001101100110010100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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