#35BD7D

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

Shades of Medium Sea Green #35BD7D

Tints of Medium Sea Green #35BD7D

Color information

#35BD7D (or 0x35BD7D) is unknown color: approx Medium Sea Green. HEX triplet: 35, BD and 7D. RGB value is (53,189,125). Sum of RGB (Red+Green+Blue) = 53+189+125=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #35BD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BD7D is #CA4282. Grayscale: #8D8D8D. Windows color (decimal): -13255299 or 8240437. OLE color: 8240437.

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

Color convert

RGB53189125-
CMYK0.7200.340.26
HSL151.76º56.2%47.45%-
HSV(B)151.76º71.96%74.12%-
XYZ23.3738.6325.63-
YUV141.04118.9465.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.44%
GREEN value IS 189 (74.22% from 255) = 51.50%
BLUE value IS 125 (49.22% from 255) = 34.06%
R=14.44%
G=51.50%
B=34.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531891250.7200.340.26151.7656.247.45
Hex35BD7D480221A98382f
Octal65275175110042322307057
Binary110101101111011111101100100001000101101010011000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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