Html Css Color HEX #35BA74 Medium Sea Green

📋 copy color: '#35BA74'

red 53 ◦ green 186 ◦ blue 116

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

Shades of Medium Sea Green #35BA74

Tints of Medium Sea Green #35BA74

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.39%

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

R = 14.93%
G = 52.39%
B = 32.68%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#35BA74 (or 0x35BA74) is known color: Medium Sea Green. HEX triplet: 35, BA and 74. RGB value is (53,186,116). Sum of RGB (Red+Green+Blue) = 53+186+116=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BA74 is #CA458B. Grayscale: #8A8A8A. Windows color (decimal): -13256076 or 7649845. OLE color: 7649845.

HSL color Cylindrical-coordinate representation of color #35BA74: hue angle of 148.42º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BA74 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 186 116 -
CMYK 0.72 0 0.38 0.27
HSL 148.42º 0.56% 0.47% -
HSV(B) 148.42º 0.72% 0.73% -
XYZ 22.18 37.14 22.52 -
YUV 138.25 115.44 67.19 -
System Red Green Blue C M Y K H S L
Decimal 53 186 116 0.72 0 0.38 0.27 148.42 0.56 0.47
Hex 35 BA 74 48 0 26 1B 94 38 2F
Octal 65 272 164 110 0 46 33 224 70 57
Binary 110101 10111010 1110100 1001000 0 100110 11011 10010100 111000 101111

Color Harmonies of #35BA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BA74

Black with #35BA74

Text Example


Text Example

White with #35BA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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