#35AC69

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

Shades of Medium Sea Green #35AC69

Tints of Medium Sea Green #35AC69

Color information

#35AC69 (or 0x35AC69) is unknown color: approx Medium Sea Green. HEX triplet: 35, AC and 69. RGB value is (53,172,105). Sum of RGB (Red+Green+Blue) = 53+172+105=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #35AC69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AC69 is #CA5396. Grayscale: #808080. Windows color (decimal): -13259671 or 6925365. OLE color: 6925365.

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

Color convert

RGB53172105-
CMYK0.6900.390.33
HSL146.22º52.89%44.12%-
HSV(B)146.22º69.19%67.45%-
XYZ18.7731.2818.41-
YUV128.78114.5873.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.06%
GREEN value IS 172 (67.58% from 255) = 52.12%
BLUE value IS 105 (41.41% from 255) = 31.82%
R=16.06%
G=52.12%
B=31.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531721050.6900.390.33146.2252.8944.12
Hex35AC69450272192352c
Octal65254151105047412226554
Binary1101011010110011010011000101010011110000110010010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,172,105); }

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

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

 a { background-color: rgb(53,172,105); }

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

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

 span { border-color: rgb(53,172,105); }

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