#35B46E

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

Shades of Medium Sea Green #35B46E

Tints of Medium Sea Green #35B46E

Color information

#35B46E (or 0x35B46E) is unknown color: approx Medium Sea Green. HEX triplet: 35, B4 and 6E. RGB value is (53,180,110). Sum of RGB (Red+Green+Blue) = 53+180+110=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #35B46E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B46E is #CA4B91. Grayscale: #868686. Windows color (decimal): -13257618 or 7255093. OLE color: 7255093.

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

Color convert

RGB53180110-
CMYK0.7100.390.29
HSL146.93º54.51%45.69%-
HSV(B)146.93º70.56%70.59%-
XYZ20.634.5320.33-
YUV134.05114.4270.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.45%
GREEN value IS 180 (70.70% from 255) = 52.48%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=15.45%
G=52.48%
B=32.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531801100.7100.390.29146.9354.5145.69
Hex35B46E470271D93372e
Octal65264156107047352236756
Binary110101101101001101110100011101001111110110010011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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