Html Css Color HEX #35C074 Medium Sea Green

📋 copy color: '#35C074'

red 53 ◦ green 192 ◦ blue 116

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

Shades of Medium Sea Green #35C074

Tints of Medium Sea Green #35C074

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.19%

 BLUE value IS 116 (45.7% from 255) = 32.13%

R = 14.68%
G = 53.19%
B = 32.13%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#35C074 (or 0x35C074) is known color: Medium Sea Green. HEX triplet: 35, C0 and 74. RGB value is (53,192,116). Sum of RGB (Red+Green+Blue) = 53+192+116=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #35C074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C074 is #CA3F8B. Grayscale: #8D8D8D. Windows color (decimal): -13254540 or 7651381. OLE color: 7651381.

HSL color Cylindrical-coordinate representation of color #35C074: hue angle of 147.19º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35C074 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 192 116 -
CMYK 0.72 0 0.40 0.25
HSL 147.19º 0.57% 0.48% -
HSV(B) 147.19º 0.72% 0.75% -
XYZ 23.47 39.72 22.95 -
YUV 141.78 113.45 64.68 -
System Red Green Blue C M Y K H S L
Decimal 53 192 116 0.72 0 0.40 0.25 147.19 0.57 0.48
Hex 35 C0 74 48 0 28 19 93 39 30
Octal 65 300 164 110 0 50 31 223 71 60
Binary 110101 11000000 1110100 1001000 0 101000 11001 10010011 111001 110000

Color Harmonies of #35C074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C074

Black with #35C074

Text Example


Text Example

White with #35C074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,192,116); }

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

background-color css

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

 a { background-color: rgb(53,192,116); }

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

border-color css

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

 span { border-color: rgb(53,192,116); }

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