#35CD5C

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

Shades of Medium Sea Green #35CD5C

Tints of Medium Sea Green #35CD5C

Color information

#35CD5C (or 0x35CD5C) is unknown color: approx Medium Sea Green. HEX triplet: 35, CD and 5C. RGB value is (53,205,92). Sum of RGB (Red+Green+Blue) = 53+205+92=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 205 (80.47% from 255 or 58.57% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 205 - color contains mainly: green. Hex color #35CD5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CD5C is #CA32A3. Grayscale: #929292. Windows color (decimal): -13251236 or 6081845. OLE color: 6081845.

HSL color Cylindrical-coordinate representation of color #35CD5C: hue angle of 135.39º 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 #35CD5C is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB5320592-
CMYK0.7400.550.20
HSL135.39º60.32%50.59%-
HSV(B)135.39º74.15%80.39%-
XYZ25.2345.1917.52-
YUV146.6797.1461.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.14%
GREEN value IS 205 (80.47% from 255) = 58.57%
BLUE value IS 92 (36.33% from 255) = 26.29%
R=15.14%
G=58.57%
B=26.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal53205920.7400.550.20135.3960.3250.59
Hex35CD5C4A03714873c33
Octal65315134112067242077463
Binary110101110011011011100100101001101111010010000111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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