Html Css Color HEX #35C980 Medium Sea Green

📋 copy color: '#35C980'

red 53 ◦ green 201 ◦ blue 128

#35C980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #35C980

Tints of Medium Sea Green #35C980

RGB

 RED value IS 53 (21.09% from 255) = 13.87%

 GREEN value IS 201 (78.91% from 255) = 52.62%

 BLUE value IS 128 (50.39% from 255) = 33.51%

R = 13.87%
G = 52.62%
B = 33.51%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#35C980 (or 0x35C980) is known color: Medium Sea Green. HEX triplet: 35, C9 and 80. RGB value is (53,201,128). Sum of RGB (Red+Green+Blue) = 53+201+128=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 201 (78.91% from 255 or 52.62% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 201 - color contains mainly: green. Hex color #35C980 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C980 is #CA367F. Grayscale: #949494. Windows color (decimal): -13252224 or 8440117. OLE color: 8440117.

HSL color Cylindrical-coordinate representation of color #35C980: hue angle of 150.41º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C980 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 53 201 128 -
CMYK 0.74 0 0.36 0.21
HSL 150.41º 0.58% 0.5% -
HSV(B) 150.41º 0.74% 0.79% -
XYZ 26.25 44.09 27.55 -
YUV 148.43 116.47 59.94 -
System Red Green Blue C M Y K H S L
Decimal 53 201 128 0.74 0 0.36 0.21 150.41 0.58 0.5
Hex 35 C9 80 4A 0 24 15 96 3A 32
Octal 65 311 200 112 0 44 25 226 72 62
Binary 110101 11001001 10000000 1001010 0 100100 10101 10010110 111010 110010

Color Harmonies of #35C980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C980

Black with #35C980

Text Example


Text Example

White with #35C980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,201,128); }

 H1.HeaderClassName
 {
   color: #35C980;
 }
 .AnyTagClassName
 {
   color: #35C980;
 }
</style>

background-color css

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

 a { background-color: rgb(53,201,128); }

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

border-color css

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

 span { border-color: rgb(53,201,128); }

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