#35BB7F

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

Shades of Medium Sea Green #35BB7F

Tints of Medium Sea Green #35BB7F

Color information

#35BB7F (or 0x35BB7F) is unknown color: approx Medium Sea Green. HEX triplet: 35, BB and 7F. RGB value is (53,187,127). Sum of RGB (Red+Green+Blue) = 53+187+127=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 187 (73.44% from 255 or 50.95% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 187 - color contains mainly: green. Hex color #35BB7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BB7F is #CA4480. Grayscale: #8C8C8C. Windows color (decimal): -13255809 or 8370997. OLE color: 8370997.

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

Color convert

RGB53187127-
CMYK0.7200.320.27
HSL153.13º55.83%47.06%-
HSV(B)153.13º71.66%73.33%-
XYZ23.0737.8326.16-
YUV140.09120.6165.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.44%
GREEN value IS 187 (73.44% from 255) = 50.95%
BLUE value IS 127 (50% from 255) = 34.60%
R=14.44%
G=50.95%
B=34.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531871270.7200.320.27153.1355.8347.06
Hex35BB7F480201B99382f
Octal65273177110040332317057
Binary110101101110111111111100100001000001101110011001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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