#35B67A

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

Shades of Medium Sea Green #35B67A

Tints of Medium Sea Green #35B67A

Color information

#35B67A (or 0x35B67A) is unknown color: approx Medium Sea Green. HEX triplet: 35, B6 and 7A. RGB value is (53,182,122). Sum of RGB (Red+Green+Blue) = 53+182+122=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 182 (71.48% from 255 or 50.98% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 182 - color contains mainly: green. Hex color #35B67A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B67A is #CA4985. Grayscale: #888888. Windows color (decimal): -13257094 or 8042037. OLE color: 8042037.

HSL color Cylindrical-coordinate representation of color #35B67A: hue angle of 152.09º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B67A is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB53182122-
CMYK0.7100.330.29
HSL152.09º54.89%46.08%-
HSV(B)152.09º70.88%71.37%-
XYZ21.7135.6224.14-
YUV136.59119.7668.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.85%
GREEN value IS 182 (71.48% from 255) = 50.98%
BLUE value IS 122 (48.05% from 255) = 34.17%
R=14.85%
G=50.98%
B=34.17%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531821220.7100.330.29152.0954.8946.08
Hex35B67A470211D98372e
Octal65266172107041352306756
Binary110101101101101111010100011101000011110110011000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,182,122); }

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

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

 a { background-color: rgb(53,182,122); }

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

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

 span { border-color: rgb(53,182,122); }

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