#35B47A

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

Shades of Medium Sea Green #35B47A

Tints of Medium Sea Green #35B47A

Color information

#35B47A (or 0x35B47A) is unknown color: approx Medium Sea Green. HEX triplet: 35, B4 and 7A. RGB value is (53,180,122). Sum of RGB (Red+Green+Blue) = 53+180+122=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #35B47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B47A is #CA4B85. Grayscale: #878787. Windows color (decimal): -13257606 or 8041525. OLE color: 8041525.

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

Color convert

RGB53180122-
CMYK0.7100.320.29
HSL152.6º54.51%45.69%-
HSV(B)152.6º70.56%70.59%-
XYZ21.334.824.01-
YUV135.42120.4269.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.93%
GREEN value IS 180 (70.70% from 255) = 50.70%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=14.93%
G=50.70%
B=34.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531801220.7100.320.29152.654.5145.69
Hex35B47A470201D99372e
Octal65264172107040352316756
Binary110101101101001111010100011101000001110110011001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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