Html Css Color HEX #34BA80 Medium Sea Green

📋 copy color: '#34BA80'

red 52 ◦ green 186 ◦ blue 128

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

Shades of Medium Sea Green #34BA80

Tints of Medium Sea Green #34BA80

RGB

 RED value IS 52 (20.7% from 255) = 14.21%

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

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

R = 14.21%
G = 50.82%
B = 34.97%

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

#34BA80 (or 0x34BA80) is known color: Medium Sea Green. HEX triplet: 34, BA and 80. RGB value is (52,186,128). Sum of RGB (Red+Green+Blue) = 52+186+128=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BA80 is #CB457F. Grayscale: #8B8B8B. Windows color (decimal): -13321600 or 8436276. OLE color: 8436276.

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

Color convert

RGB 52 186 128 -
CMYK 0.72 0 0.31 0.27
HSL 154.03º 0.56% 0.47% -
HSV(B) 154.03º 0.72% 0.73% -
XYZ 22.87 37.41 26.44 -
YUV 139.32 121.61 65.72 -
System Red Green Blue C M Y K H S L
Decimal 52 186 128 0.72 0 0.31 0.27 154.03 0.56 0.47
Hex 34 BA 80 48 0 1F 1B 9A 38 2F
Octal 64 272 200 110 0 37 33 232 70 57
Binary 110100 10111010 10000000 1001000 0 11111 11011 10011010 111000 101111

Color Harmonies of #34BA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BA80

Black with #34BA80

Text Example


Text Example

White with #34BA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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