#35A971

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

Shades of Medium Sea Green #35A971

Tints of Medium Sea Green #35A971

Color information

#35A971 (or 0x35A971) is unknown color: approx Medium Sea Green. HEX triplet: 35, A9 and 71. RGB value is (53,169,113). Sum of RGB (Red+Green+Blue) = 53+169+113=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 169 (66.41% from 255 or 50.45% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 169 - color contains mainly: green. Hex color #35A971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A971 is #CA568E. Grayscale: #808080. Windows color (decimal): -13260431 or 7448885. OLE color: 7448885.

HSL color Cylindrical-coordinate representation of color #35A971: hue angle of 151.03º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35A971 is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB53169113-
CMYK0.6900.330.34
HSL151.03º52.25%43.53%-
HSV(B)151.03º68.64%66.27%-
XYZ18.6430.3320.49-
YUV127.93119.5774.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.82%
GREEN value IS 169 (66.41% from 255) = 50.45%
BLUE value IS 113 (44.53% from 255) = 33.73%
R=15.82%
G=50.45%
B=33.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal531691130.6900.330.34151.0352.2543.53
Hex35A971450212297342c
Octal65251161105041422276454
Binary1101011010100111100011000101010000110001010010111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,169,113); }

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

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

 a { background-color: rgb(53,169,113); }

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

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

 span { border-color: rgb(53,169,113); }

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