#35BB71

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

Shades of Medium Sea Green #35BB71

Tints of Medium Sea Green #35BB71

Color information

#35BB71 (or 0x35BB71) is unknown color: approx Medium Sea Green. HEX triplet: 35, BB and 71. RGB value is (53,187,113). Sum of RGB (Red+Green+Blue) = 53+187+113=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 187 (73.44% from 255 or 52.97% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 187 - color contains mainly: green. Hex color #35BB71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BB71 is #CA448E. Grayscale: #8A8A8A. Windows color (decimal): -13255823 or 7453493. OLE color: 7453493.

HSL color Cylindrical-coordinate representation of color #35BB71: hue angle of 146.87º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BB71 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB53187113-
CMYK0.7200.400.27
HSL146.87º55.83%47.06%-
HSV(B)146.87º71.66%73.33%-
XYZ22.2237.4921.69-
YUV138.5113.6167.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.01%
GREEN value IS 187 (73.44% from 255) = 52.97%
BLUE value IS 113 (44.53% from 255) = 32.01%
R=15.01%
G=52.97%
B=32.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531871130.7200.400.27146.8755.8347.06
Hex35BB71480281B93382f
Octal65273161110050332237057
Binary110101101110111110001100100001010001101110010011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,187,113); }

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

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

 a { background-color: rgb(53,187,113); }

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

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

 span { border-color: rgb(53,187,113); }

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