#35BB7D

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

Shades of Medium Sea Green #35BB7D

Tints of Medium Sea Green #35BB7D

Color information

#35BB7D (or 0x35BB7D) is unknown color: approx Medium Sea Green. HEX triplet: 35, BB and 7D. RGB value is (53,187,125). Sum of RGB (Red+Green+Blue) = 53+187+125=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 187 (73.44% from 255 or 51.23% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 187 - color contains mainly: green. Hex color #35BB7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BB7D is #CA4482. Grayscale: #8B8B8B. Windows color (decimal): -13255811 or 8239925. OLE color: 8239925.

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

Color convert

RGB53187125-
CMYK0.7200.330.27
HSL152.24º55.83%47.06%-
HSV(B)152.24º71.66%73.33%-
XYZ22.9437.7825.48-
YUV139.87119.6166.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.52%
GREEN value IS 187 (73.44% from 255) = 51.23%
BLUE value IS 125 (49.22% from 255) = 34.25%
R=14.52%
G=51.23%
B=34.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531871250.7200.330.27152.2455.8347.06
Hex35BB7D480211B98382f
Octal65273175110041332307057
Binary110101101110111111101100100001000011101110011000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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