#35AB7A

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

Shades of Medium Sea Green #35AB7A

Tints of Medium Sea Green #35AB7A

Color information

#35AB7A (or 0x35AB7A) is unknown color: approx Medium Sea Green. HEX triplet: 35, AB and 7A. RGB value is (53,171,122). Sum of RGB (Red+Green+Blue) = 53+171+122=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #35AB7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AB7A is #CA5485. Grayscale: #828282. Windows color (decimal): -13259910 or 8039221. OLE color: 8039221.

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

Color convert

RGB53171122-
CMYK0.6900.290.33
HSL155.08º52.68%43.92%-
HSV(B)155.08º69.01%67.06%-
XYZ19.5431.2923.42-
YUV130.13123.4172.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.32%
GREEN value IS 171 (67.19% from 255) = 49.42%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=15.32%
G=49.42%
B=35.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531711220.6900.290.33155.0852.6843.92
Hex35AB7A4501D219b352c
Octal65253172105035412336554
Binary110101101010111111010100010101110110000110011011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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