#34BC75

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

Shades of Medium Sea Green #34BC75

Tints of Medium Sea Green #34BC75

Color information

#34BC75 (or 0x34BC75) is unknown color: approx Medium Sea Green. HEX triplet: 34, BC and 75. RGB value is (52,188,117). Sum of RGB (Red+Green+Blue) = 52+188+117=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BC75 is #CB438A. Grayscale: #8B8B8B. Windows color (decimal): -13321099 or 7715892. OLE color: 7715892.

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

Color convert

RGB52188117-
CMYK0.7200.380.26
HSL148.68º56.67%47.06%-
HSV(B)148.68º72.34%73.73%-
XYZ22.6137.9822.97-
YUV139.24115.4465.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.57%
GREEN value IS 188 (73.83% from 255) = 52.66%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=14.57%
G=52.66%
B=32.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal521881170.7200.380.26148.6856.6747.06
Hex34BC75480261A95392f
Octal64274165110046322257157
Binary110100101111001110101100100001001101101010010101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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