#35CD64

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

Shades of Medium Sea Green #35CD64

Tints of Medium Sea Green #35CD64

Color information

#35CD64 (or 0x35CD64) is unknown color: approx Medium Sea Green. HEX triplet: 35, CD and 64. RGB value is (53,205,100). Sum of RGB (Red+Green+Blue) = 53+205+100=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 205 (80.47% from 255 or 57.26% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 205 - color contains mainly: green. Hex color #35CD64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CD64 is #CA329B. Grayscale: #939393. Windows color (decimal): -13251228 or 6606133. OLE color: 6606133.

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

Color convert

RGB53205100-
CMYK0.7400.510.20
HSL138.55º60.32%50.59%-
HSV(B)138.55º74.15%80.39%-
XYZ25.645.3419.46-
YUV147.58101.1460.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.80%
GREEN value IS 205 (80.47% from 255) = 57.26%
BLUE value IS 100 (39.45% from 255) = 27.93%
R=14.80%
G=57.26%
B=27.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal532051000.7400.510.20138.5560.3250.59
Hex35CD644A033148b3c33
Octal65315144112063242137463
Binary110101110011011100100100101001100111010010001011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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