#34BC9E

Color #34BC9E Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #34BC9E

Tints of Shamrock #34BC9E

Color information

#34BC9E (or 0x34BC9E) is unknown color: approx Shamrock. HEX triplet: 34, BC and 9E. RGB value is (52,188,158). Sum of RGB (Red+Green+Blue) = 52+188+158=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BC9E is #CB4361. Grayscale: #8F8F8F. Windows color (decimal): -13321058 or 10402868. OLE color: 10402868.

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

Color convert

RGB52188158-
CMYK0.7200.160.26
HSL166.76º56.67%47.06%-
HSV(B)166.76º72.34%73.73%-
XYZ25.5739.1738.56-
YUV143.92135.9462.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.07%
GREEN value IS 188 (73.83% from 255) = 47.24%
BLUE value IS 158 (62.11% from 255) = 39.70%
R=13.07%
G=47.24%
B=39.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal521881580.7200.160.26166.7656.6747.06
Hex34BC9E480101Aa7392f
Octal64274236110020322477157
Binary110100101111001001111010010000100001101010100111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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