#34BC60

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

Shades of Medium Sea Green #34BC60

Tints of Medium Sea Green #34BC60

Color information

#34BC60 (or 0x34BC60) is unknown color: approx Medium Sea Green. HEX triplet: 34, BC and 60. RGB value is (52,188,96). Sum of RGB (Red+Green+Blue) = 52+188+96=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BC60 is #CB439F. Grayscale: #898989. Windows color (decimal): -13321120 or 6339636. OLE color: 6339636.

HSL color Cylindrical-coordinate representation of color #34BC60: hue angle of 139.41º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BC60 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB5218896-
CMYK0.7200.490.26
HSL139.41º56.67%47.06%-
HSV(B)139.41º72.34%73.73%-
XYZ21.5137.5417.18-
YUV136.85104.9467.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.48%
GREEN value IS 188 (73.83% from 255) = 55.95%
BLUE value IS 96 (37.89% from 255) = 28.57%
R=15.48%
G=55.95%
B=28.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52188960.7200.490.26139.4156.6747.06
Hex34BC60480311A8b392f
Octal64274140110061322137157
Binary110100101111001100000100100001100011101010001011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,188,96); }

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

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

 a { background-color: rgb(52,188,96); }

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

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

 span { border-color: rgb(52,188,96); }

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