#35AA7A

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

Shades of Medium Sea Green #35AA7A

Tints of Medium Sea Green #35AA7A

Color information

#35AA7A (or 0x35AA7A) is unknown color: approx Medium Sea Green. HEX triplet: 35, AA and 7A. RGB value is (53,170,122). Sum of RGB (Red+Green+Blue) = 53+170+122=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AA7A is #CA5585. Grayscale: #818181. Windows color (decimal): -13260166 or 8038965. OLE color: 8038965.

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

Color convert

RGB53170122-
CMYK0.6900.280.33
HSL155.38º52.47%43.73%-
HSV(B)155.38º68.82%66.67%-
XYZ19.3630.9123.36-
YUV129.54123.7473.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.36%
GREEN value IS 170 (66.80% from 255) = 49.28%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=15.36%
G=49.28%
B=35.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531701220.6900.280.33155.3852.4743.73
Hex35AA7A4501C219b342c
Octal65252172105034412336454
Binary110101101010101111010100010101110010000110011011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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