#35BD5A

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

Shades of Medium Sea Green #35BD5A

Tints of Medium Sea Green #35BD5A

Color information

#35BD5A (or 0x35BD5A) is unknown color: approx Medium Sea Green. HEX triplet: 35, BD and 5A. RGB value is (53,189,90). Sum of RGB (Red+Green+Blue) = 53+189+90=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 189 (74.22% from 255 or 56.93% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 189 - color contains mainly: green. Hex color #35BD5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BD5A is #CA42A5. Grayscale: #898989. Windows color (decimal): -13255334 or 5946677. OLE color: 5946677.

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

Color convert

RGB5318990-
CMYK0.7200.520.26
HSL136.32º56.2%47.45%-
HSV(B)136.32º71.96%74.12%-
XYZ21.5137.8915.85-
YUV137.05101.4468.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.96%
GREEN value IS 189 (74.22% from 255) = 56.93%
BLUE value IS 90 (35.55% from 255) = 27.11%
R=15.96%
G=56.93%
B=27.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53189900.7200.520.26136.3256.247.45
Hex35BD5A480341A88382f
Octal65275132110064322107057
Binary110101101111011011010100100001101001101010001000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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