Html Css Color HEX #34C282 Medium Sea Green

📋 copy color: '#34C282'

red 52 ◦ green 194 ◦ blue 130

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

Shades of Medium Sea Green #34C282

Tints of Medium Sea Green #34C282

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.6%

 BLUE value IS 130 (51.17% from 255) = 34.57%

R = 13.83%
G = 51.6%
B = 34.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#34C282 (or 0x34C282) is known color: Medium Sea Green. HEX triplet: 34, C2 and 82. RGB value is (52,194,130). Sum of RGB (Red+Green+Blue) = 52+194+130=376 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.83% from 376); Green value is 194 (76.17% from 255 or 51.60% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 194 - color contains mainly: green. Hex color #34C282 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C282 is #CB3D7D. Grayscale: #909090. Windows color (decimal): -13319550 or 8569396. OLE color: 8569396.

HSL color Cylindrical-coordinate representation of color #34C282: hue angle of 152.96º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C282 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 194 130 -
CMYK 0.73 0 0.33 0.24
HSL 152.96º 0.58% 0.48% -
HSV(B) 152.96º 0.73% 0.76% -
XYZ 24.74 40.93 27.71 -
YUV 144.25 119.96 62.2 -
System Red Green Blue C M Y K H S L
Decimal 52 194 130 0.73 0 0.33 0.24 152.96 0.58 0.48
Hex 34 C2 82 49 0 21 18 99 3A 30
Octal 64 302 202 111 0 41 30 231 72 60
Binary 110100 11000010 10000010 1001001 0 100001 11000 10011001 111010 110000

Color Harmonies of #34C282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C282

Black with #34C282

Text Example


Text Example

White with #34C282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,194,130); }

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

background-color css

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

 a { background-color: rgb(52,194,130); }

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

border-color css

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

 span { border-color: rgb(52,194,130); }

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