#35A966

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

Shades of Medium Sea Green #35A966

Tints of Medium Sea Green #35A966

Color information

#35A966 (or 0x35A966) is unknown color: approx Medium Sea Green. HEX triplet: 35, A9 and 66. RGB value is (53,169,102). Sum of RGB (Red+Green+Blue) = 53+169+102=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 169 (66.41% from 255 or 52.16% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 169 - color contains mainly: green. Hex color #35A966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A966 is #CA5699. Grayscale: #7E7E7E. Windows color (decimal): -13260442 or 6727989. OLE color: 6727989.

HSL color Cylindrical-coordinate representation of color #35A966: hue angle of 145.34º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35A966 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB53169102-
CMYK0.6900.400.34
HSL145.34º52.25%43.53%-
HSV(B)145.34º68.64%66.27%-
XYZ18.0530.0917.43-
YUV126.68114.0775.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 169 (66.41% from 255) = 52.16%
BLUE value IS 102 (40.23% from 255) = 31.48%
R=16.36%
G=52.16%
B=31.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal531691020.6900.400.34145.3452.2543.53
Hex35A966450282291342c
Octal65251146105050422216454
Binary1101011010100111001101000101010100010001010010001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,169,102); }

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

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

 a { background-color: rgb(53,169,102); }

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

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

 span { border-color: rgb(53,169,102); }

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