Html Css Color HEX #35BA80 Medium Sea Green

📋 copy color: '#35BA80'

red 53 ◦ green 186 ◦ blue 128

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

Shades of Medium Sea Green #35BA80

Tints of Medium Sea Green #35BA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.88%

R = 14.44%
G = 50.68%
B = 34.88%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#35BA80 (or 0x35BA80) is known color: Medium Sea Green. HEX triplet: 35, BA and 80. RGB value is (53,186,128). Sum of RGB (Red+Green+Blue) = 53+186+128=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BA80 is #CA457F. Grayscale: #8B8B8B. Windows color (decimal): -13256064 or 8436277. OLE color: 8436277.

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

Color convert

RGB 53 186 128 -
CMYK 0.72 0 0.31 0.27
HSL 153.83º 0.56% 0.47% -
HSV(B) 153.83º 0.72% 0.73% -
XYZ 22.92 37.43 26.44 -
YUV 139.62 121.44 66.22 -
System Red Green Blue C M Y K H S L
Decimal 53 186 128 0.72 0 0.31 0.27 153.83 0.56 0.47
Hex 35 BA 80 48 0 1F 1B 9A 38 2F
Octal 65 272 200 110 0 37 33 232 70 57
Binary 110101 10111010 10000000 1001000 0 11111 11011 10011010 111000 101111

Color Harmonies of #35BA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BA80

Black with #35BA80

Text Example


Text Example

White with #35BA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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