Html Css Color HEX #35BF7D Medium Sea Green

📋 copy color: '#35BF7D'

red 53 ◦ green 191 ◦ blue 125

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

Shades of Medium Sea Green #35BF7D

Tints of Medium Sea Green #35BF7D

RGB

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

 GREEN value IS 191 (75% from 255) = 51.76%

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

R = 14.36%
G = 51.76%
B = 33.88%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#35BF7D (or 0x35BF7D) is known color: Medium Sea Green. HEX triplet: 35, BF and 7D. RGB value is (53,191,125). Sum of RGB (Red+Green+Blue) = 53+191+125=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #35BF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35BF7D is #CA4082. Grayscale: #8E8E8E. Windows color (decimal): -13254787 or 8240949. OLE color: 8240949.

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

Color convert

RGB 53 191 125 -
CMYK 0.72 0 0.35 0.25
HSL 151.3º 0.57% 0.48% -
HSV(B) 151.3º 0.72% 0.75% -
XYZ 23.8 39.5 25.77 -
YUV 142.21 118.28 64.37 -
System Red Green Blue C M Y K H S L
Decimal 53 191 125 0.72 0 0.35 0.25 151.3 0.57 0.48
Hex 35 BF 7D 48 0 23 19 97 39 30
Octal 65 277 175 110 0 43 31 227 71 60
Binary 110101 10111111 1111101 1001000 0 100011 11001 10010111 111001 110000

Color Harmonies of #35BF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BF7D

Black with #35BF7D

Text Example


Text Example

White with #35BF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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