#34BB82

Color #34BB82 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #34BB82

Tints of Medium Sea Green #34BB82

Color information

#34BB82 (or 0x34BB82) is unknown color: approx Medium Sea Green. HEX triplet: 34, BB and 82. RGB value is (52,187,130). Sum of RGB (Red+Green+Blue) = 52+187+130=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #34BB82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BB82 is #CB447D. Grayscale: #8C8C8C. Windows color (decimal): -13321342 or 8567604. OLE color: 8567604.

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

Color convert

RGB52187130-
CMYK0.7200.300.27
HSL154.67º56.49%46.86%-
HSV(B)154.67º72.19%73.33%-
XYZ23.2237.8827.21-
YUV140.14122.2765.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.09%
GREEN value IS 187 (73.44% from 255) = 50.68%
BLUE value IS 130 (51.17% from 255) = 35.23%
R=14.09%
G=50.68%
B=35.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521871300.7200.300.27154.6756.4946.86
Hex34BB824801E1B9b382f
Octal64273202110036332337057
Binary110100101110111000001010010000111101101110011011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #34BB82;
 }
 .AnyTagClassName
 {
   color: #34BB82;
 }
</style>
background-color css

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

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

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

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

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

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