#35ab70

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

Shades of Medium Sea Green #35AB70

Tints of Medium Sea Green #35AB70

Color information

#35AB70 (or 0x35AB70) is unknown color: approx Medium Sea Green. HEX triplet: 35, AB and 70. RGB value is (53,171,112). Sum of RGB (Red+Green+Blue) = 53+171+112=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #35AB70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AB70 is #CA548F. Grayscale: #818181. Windows color (decimal): -13259920 or 7383861. OLE color: 7383861.

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

Color convert

RGB53171112-
CMYK0.6900.350.33
HSL150º52.68%43.92%-
HSV(B)150º69.01%67.06%-
XYZ18.9631.0520.32-
YUV128.99118.4173.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.77%
GREEN value IS 171 (67.19% from 255) = 50.89%
BLUE value IS 112 (44.14% from 255) = 33.33%
R=15.77%
G=50.89%
B=33.33%

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
Decimal531711120.6900.350.3315052.6843.92
Hex35AB70450232196352c
Octal65253160105043412266554
Binary1101011010101111100001000101010001110000110010110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ab70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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