#35AC76

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

Shades of Medium Sea Green #35AC76

Tints of Medium Sea Green #35AC76

Color information

#35AC76 (or 0x35AC76) is unknown color: approx Medium Sea Green. HEX triplet: 35, AC and 76. RGB value is (53,172,118). Sum of RGB (Red+Green+Blue) = 53+172+118=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #35AC76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AC76 is #CA5389. Grayscale: #828282. Windows color (decimal): -13259658 or 7777333. OLE color: 7777333.

HSL color Cylindrical-coordinate representation of color #35AC76: hue angle of 152.77º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AC76 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB53172118-
CMYK0.6900.310.33
HSL152.77º52.89%44.12%-
HSV(B)152.77º69.19%67.45%-
XYZ19.4931.5722.21-
YUV130.26121.0872.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.45%
GREEN value IS 172 (67.58% from 255) = 50.15%
BLUE value IS 118 (46.48% from 255) = 34.40%
R=15.45%
G=50.15%
B=34.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531721180.6900.310.33152.7752.8944.12
Hex35AC764501F2199352c
Octal65254166105037412316554
Binary110101101011001110110100010101111110000110011001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,172,118); }

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

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

 a { background-color: rgb(53,172,118); }

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

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

 span { border-color: rgb(53,172,118); }

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