Html Css Color HEX #35C960 Medium Sea Green

📋 copy color: '#35C960'

red 53 ◦ green 201 ◦ blue 96

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

Shades of Medium Sea Green #35C960

Tints of Medium Sea Green #35C960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.43%

R = 15.14%
G = 57.43%
B = 27.43%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#35C960 (or 0x35C960) is known color: Medium Sea Green. HEX triplet: 35, C9 and 60. RGB value is (53,201,96). Sum of RGB (Red+Green+Blue) = 53+201+96=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 201 (78.91% from 255 or 57.43% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 201 - color contains mainly: green. Hex color #35C960 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C960 is #CA369F. Grayscale: #919191. Windows color (decimal): -13252256 or 6342965. OLE color: 6342965.

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

Color convert

RGB 53 201 96 -
CMYK 0.74 0 0.52 0.21
HSL 137.43º 0.58% 0.5% -
HSV(B) 137.43º 0.74% 0.79% -
XYZ 24.47 43.37 18.15 -
YUV 144.78 100.47 62.54 -
System Red Green Blue C M Y K H S L
Decimal 53 201 96 0.74 0 0.52 0.21 137.43 0.58 0.5
Hex 35 C9 60 4A 0 34 15 89 3A 32
Octal 65 311 140 112 0 64 25 211 72 62
Binary 110101 11001001 1100000 1001010 0 110100 10101 10001001 111010 110010

Color Harmonies of #35C960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C960

Black with #35C960

Text Example


Text Example

White with #35C960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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