#35A972

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

Shades of Medium Sea Green #35A972

Tints of Medium Sea Green #35A972

Color information

#35A972 (or 0x35A972) is unknown color: approx Medium Sea Green. HEX triplet: 35, A9 and 72. RGB value is (53,169,114). Sum of RGB (Red+Green+Blue) = 53+169+114=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 169 (66.41% from 255 or 50.30% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 169 - color contains mainly: green. Hex color #35A972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A972 is #CA568D. Grayscale: #808080. Windows color (decimal): -13260430 or 7514421. OLE color: 7514421.

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

Color convert

RGB53169114-
CMYK0.6900.330.34
HSL151.55º52.25%43.53%-
HSV(B)151.55º68.64%66.27%-
XYZ18.6930.3520.79-
YUV128.05120.0774.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.77%
GREEN value IS 169 (66.41% from 255) = 50.30%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=15.77%
G=50.30%
B=33.93%

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
Decimal531691140.6900.330.34151.5552.2543.53
Hex35A972450212298342c
Octal65251162105041422306454
Binary1101011010100111100101000101010000110001010011000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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