#35CD66

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

Shades of Medium Sea Green #35CD66

Tints of Medium Sea Green #35CD66

Color information

#35CD66 (or 0x35CD66) is unknown color: approx Medium Sea Green. HEX triplet: 35, CD and 66. RGB value is (53,205,102). Sum of RGB (Red+Green+Blue) = 53+205+102=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 205 (80.47% from 255 or 56.94% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 205 - color contains mainly: green. Hex color #35CD66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CD66 is #CA3299. Grayscale: #949494. Windows color (decimal): -13251226 or 6737205. OLE color: 6737205.

HSL color Cylindrical-coordinate representation of color #35CD66: hue angle of 139.34º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CD66 is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB53205102-
CMYK0.7400.500.20
HSL139.34º60.32%50.59%-
HSV(B)139.34º74.15%80.39%-
XYZ25.745.3819.97-
YUV147.81102.1460.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.72%
GREEN value IS 205 (80.47% from 255) = 56.94%
BLUE value IS 102 (40.23% from 255) = 28.33%
R=14.72%
G=56.94%
B=28.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal532051020.7400.500.20139.3460.3250.59
Hex35CD664A032148b3c33
Octal65315146112062242137463
Binary110101110011011100110100101001100101010010001011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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