Html Css Color HEX #35C160 Medium Sea Green

📋 copy color: '#35C160'

red 53 ◦ green 193 ◦ blue 96

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

Shades of Medium Sea Green #35C160

Tints of Medium Sea Green #35C160

RGB

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

 GREEN value IS 193 (75.78% from 255) = 56.43%

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

R = 15.5%
G = 56.43%
B = 28.07%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#35C160 (or 0x35C160) is known color: Medium Sea Green. HEX triplet: 35, C1 and 60. RGB value is (53,193,96). Sum of RGB (Red+Green+Blue) = 53+193+96=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 193 (75.78% from 255 or 56.43% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 193 - color contains mainly: green. Hex color #35C160 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C160 is #CA3E9F. Grayscale: #8C8C8C. Windows color (decimal): -13254304 or 6340917. OLE color: 6340917.

HSL color Cylindrical-coordinate representation of color #35C160: hue angle of 138.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C160 is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 193 96 -
CMYK 0.73 0 0.50 0.24
HSL 138.43º 0.57% 0.48% -
HSV(B) 138.43º 0.73% 0.76% -
XYZ 22.65 39.74 17.54 -
YUV 140.08 103.12 65.89 -
System Red Green Blue C M Y K H S L
Decimal 53 193 96 0.73 0 0.50 0.24 138.43 0.57 0.48
Hex 35 C1 60 49 0 32 18 8A 39 30
Octal 65 301 140 111 0 62 30 212 71 60
Binary 110101 11000001 1100000 1001001 0 110010 11000 10001010 111001 110000

Color Harmonies of #35C160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C160

Black with #35C160

Text Example


Text Example

White with #35C160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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