#35AE66

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

Shades of Medium Sea Green #35AE66

Tints of Medium Sea Green #35AE66

Color information

#35AE66 (or 0x35AE66) is unknown color: approx Medium Sea Green. HEX triplet: 35, AE and 66. RGB value is (53,174,102). Sum of RGB (Red+Green+Blue) = 53+174+102=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 174 (68.36% from 255 or 52.89% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 174 - color contains mainly: green. Hex color #35AE66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AE66 is #CA5199. Grayscale: #818181. Windows color (decimal): -13259162 or 6729269. OLE color: 6729269.

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

Color convert

RGB53174102-
CMYK0.7000.410.32
HSL144.3º53.3%44.51%-
HSV(B)144.3º69.54%68.24%-
XYZ1931.9917.74-
YUV129.61112.4173.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.11%
GREEN value IS 174 (68.36% from 255) = 52.89%
BLUE value IS 102 (40.23% from 255) = 31.00%
R=16.11%
G=52.89%
B=31.00%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531741020.7000.410.32144.353.344.51
Hex35AE66460292090352d
Octal65256146106051402206555
Binary1101011010111011001101000110010100110000010010000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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