#35aa75

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

Shades of Medium Sea Green #35AA75

Tints of Medium Sea Green #35AA75

Color information

#35AA75 (or 0x35AA75) is unknown color: approx Medium Sea Green. HEX triplet: 35, AA and 75. RGB value is (53,170,117). Sum of RGB (Red+Green+Blue) = 53+170+117=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AA75 is #CA558A. Grayscale: #818181. Windows color (decimal): -13260171 or 7711285. OLE color: 7711285.

HSL color Cylindrical-coordinate representation of color #35AA75: hue angle of 152.82º degrees, saturation: 0.52, 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 #35AA75 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB53170117-
CMYK0.6900.310.33
HSL152.82º52.47%43.73%-
HSV(B)152.82º68.82%66.67%-
XYZ19.0530.7921.77-
YUV128.98121.2473.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.59%
GREEN value IS 170 (66.80% from 255) = 50%
BLUE value IS 117 (46.09% from 255) = 34.41%
R=15.59%
G=50%
B=34.41%

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
Decimal531701170.6900.310.33152.8252.4743.73
Hex35AA754501F2199342c
Octal65252165105037412316454
Binary110101101010101110101100010101111110000110011001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35aa75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,170,117); }

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

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

 a { background-color: rgb(53,170,117); }

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

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

 span { border-color: rgb(53,170,117); }

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