#35AA6F

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

Shades of Medium Sea Green #35AA6F

Tints of Medium Sea Green #35AA6F

Color information

#35AA6F (or 0x35AA6F) is unknown color: approx Medium Sea Green. HEX triplet: 35, AA and 6F. RGB value is (53,170,111). Sum of RGB (Red+Green+Blue) = 53+170+111=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AA6F is #CA5590. Grayscale: #808080. Windows color (decimal): -13260177 or 7318069. OLE color: 7318069.

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

Color convert

RGB53170111-
CMYK0.6900.350.33
HSL149.74º52.47%43.73%-
HSV(B)149.74º68.82%66.67%-
XYZ18.7130.6519.97-
YUV128.29118.2474.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.87%
GREEN value IS 170 (66.80% from 255) = 50.90%
BLUE value IS 111 (43.75% from 255) = 33.23%
R=15.87%
G=50.90%
B=33.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531701110.6900.350.33149.7452.4743.73
Hex35AA6F450232196342c
Octal65252157105043412266454
Binary1101011010101011011111000101010001110000110010110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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