#35AA6C

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

Shades of Medium Sea Green #35AA6C

Tints of Medium Sea Green #35AA6C

Color information

#35AA6C (or 0x35AA6C) is unknown color: approx Medium Sea Green. HEX triplet: 35, AA and 6C. RGB value is (53,170,108). Sum of RGB (Red+Green+Blue) = 53+170+108=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AA6C is #CA5593. Grayscale: #808080. Windows color (decimal): -13260180 or 7121461. OLE color: 7121461.

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

Color convert

RGB53170108-
CMYK0.6900.360.33
HSL148.21º52.47%43.73%-
HSV(B)148.21º68.82%66.67%-
XYZ18.5530.5919.11-
YUV127.95116.7474.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.01%
GREEN value IS 170 (66.80% from 255) = 51.36%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=16.01%
G=51.36%
B=32.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531701080.6900.360.33148.2152.4743.73
Hex35AA6C450242194342c
Octal65252154105044412246454
Binary1101011010101011011001000101010010010000110010100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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