#35A86D

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

Shades of Medium Sea Green #35A86D

Tints of Medium Sea Green #35A86D

Color information

#35A86D (or 0x35A86D) is unknown color: approx Medium Sea Green. HEX triplet: 35, A8 and 6D. RGB value is (53,168,109). Sum of RGB (Red+Green+Blue) = 53+168+109=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 168 (66.02% from 255 or 50.91% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 168 - color contains mainly: green. Hex color #35A86D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A86D is #CA5792. Grayscale: #7F7F7F. Windows color (decimal): -13260691 or 7186485. OLE color: 7186485.

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

Color convert

RGB53168109-
CMYK0.6800.350.34
HSL149.22º52.04%43.33%-
HSV(B)149.22º68.45%65.88%-
XYZ18.2329.8719.27-
YUV126.89117.975.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.06%
GREEN value IS 168 (66.02% from 255) = 50.91%
BLUE value IS 109 (42.97% from 255) = 33.03%
R=16.06%
G=50.91%
B=33.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal531681090.6800.350.34149.2252.0443.33
Hex35A86D440232295342b
Octal65250155104043422256453
Binary1101011010100011011011000100010001110001010010101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,168,109); }

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

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

 a { background-color: rgb(53,168,109); }

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

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

 span { border-color: rgb(53,168,109); }

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