#35CD6F

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

Shades of Medium Sea Green #35CD6F

Tints of Medium Sea Green #35CD6F

Color information

#35CD6F (or 0x35CD6F) is unknown color: approx Medium Sea Green. HEX triplet: 35, CD and 6F. RGB value is (53,205,111). Sum of RGB (Red+Green+Blue) = 53+205+111=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 205 (80.47% from 255 or 55.56% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 205 - color contains mainly: green. Hex color #35CD6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CD6F is #CA3290. Grayscale: #959595. Windows color (decimal): -13251217 or 7327029. OLE color: 7327029.

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

Color convert

RGB53205111-
CMYK0.7400.460.20
HSL142.89º60.32%50.59%-
HSV(B)142.89º74.15%80.39%-
XYZ26.1745.5722.46-
YUV148.84106.6459.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.36%
GREEN value IS 205 (80.47% from 255) = 55.56%
BLUE value IS 111 (43.75% from 255) = 30.08%
R=14.36%
G=55.56%
B=30.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal532051110.7400.460.20142.8960.3250.59
Hex35CD6F4A02E148f3c33
Octal65315157112056242177463
Binary110101110011011101111100101001011101010010001111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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