#34BD6E

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

Shades of Medium Sea Green #34BD6E

Tints of Medium Sea Green #34BD6E

Color information

#34BD6E (or 0x34BD6E) is unknown color: approx Medium Sea Green. HEX triplet: 34, BD and 6E. RGB value is (52,189,110). Sum of RGB (Red+Green+Blue) = 52+189+110=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 189 (74.22% from 255 or 53.85% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 189 - color contains mainly: green. Hex color #34BD6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BD6E is #CB4291. Grayscale: #8B8B8B. Windows color (decimal): -13320850 or 7257396. OLE color: 7257396.

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

Color convert

RGB52189110-
CMYK0.7200.420.26
HSL145.4º56.85%47.25%-
HSV(B)145.4º72.49%74.12%-
XYZ22.4338.2520.95-
YUV139.03111.6165.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.81%
GREEN value IS 189 (74.22% from 255) = 53.85%
BLUE value IS 110 (43.36% from 255) = 31.34%
R=14.81%
G=53.85%
B=31.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal521891100.7200.420.26145.456.8547.25
Hex34BD6E4802A1A91392f
Octal64275156110052322217157
Binary110100101111011101110100100001010101101010010001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,189,110); }

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

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

 a { background-color: rgb(52,189,110); }

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

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

 span { border-color: rgb(52,189,110); }

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