Html Css Color HEX #35BA7D Medium Sea Green

📋 copy color: '#35BA7D'

red 53 ◦ green 186 ◦ blue 125

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

Shades of Medium Sea Green #35BA7D

Tints of Medium Sea Green #35BA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.34%

R = 14.56%
G = 51.1%
B = 34.34%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#35BA7D (or 0x35BA7D) is known color: Medium Sea Green. HEX triplet: 35, BA and 7D. RGB value is (53,186,125). Sum of RGB (Red+Green+Blue) = 53+186+125=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BA7D is #CA4582. Grayscale: #8B8B8B. Windows color (decimal): -13256067 or 8239669. OLE color: 8239669.

HSL color Cylindrical-coordinate representation of color #35BA7D: hue angle of 152.48º 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 #35BA7D is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 186 125 -
CMYK 0.72 0 0.33 0.27
HSL 152.48º 0.56% 0.47% -
HSV(B) 152.48º 0.72% 0.73% -
XYZ 22.73 37.36 25.41 -
YUV 139.28 119.94 66.46 -
System Red Green Blue C M Y K H S L
Decimal 53 186 125 0.72 0 0.33 0.27 152.48 0.56 0.47
Hex 35 BA 7D 48 0 21 1B 98 38 2F
Octal 65 272 175 110 0 41 33 230 70 57
Binary 110101 10111010 1111101 1001000 0 100001 11011 10011000 111000 101111

Color Harmonies of #35BA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BA7D

Black with #35BA7D

Text Example


Text Example

White with #35BA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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