#35AD66

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

Shades of Medium Sea Green #35AD66

Tints of Medium Sea Green #35AD66

Color information

#35AD66 (or 0x35AD66) is unknown color: approx Medium Sea Green. HEX triplet: 35, AD and 66. RGB value is (53,173,102). Sum of RGB (Red+Green+Blue) = 53+173+102=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AD66 is #CA5299. Grayscale: #818181. Windows color (decimal): -13259418 or 6729013. OLE color: 6729013.

HSL color Cylindrical-coordinate representation of color #35AD66: hue angle of 144.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AD66 is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB53173102-
CMYK0.6900.410.32
HSL144.5º53.1%44.31%-
HSV(B)144.5º69.36%67.84%-
XYZ18.8131.617.68-
YUV129.03112.7473.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.16%
GREEN value IS 173 (67.97% from 255) = 52.74%
BLUE value IS 102 (40.23% from 255) = 31.10%
R=16.16%
G=52.74%
B=31.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531731020.6900.410.32144.553.144.31
Hex35AD66450292090352c
Octal65255146105051402206554
Binary1101011010110111001101000101010100110000010010000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,173,102); }

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

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

 a { background-color: rgb(53,173,102); }

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

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

 span { border-color: rgb(53,173,102); }

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