#34BB9C

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

Shades of Shamrock #34BB9C

Tints of Shamrock #34BB9C

Color information

#34BB9C (or 0x34BB9C) is unknown color: approx Shamrock. HEX triplet: 34, BB and 9C. RGB value is (52,187,156). Sum of RGB (Red+Green+Blue) = 52+187+156=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 187 - color contains mainly: green. Hex color #34BB9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BB9C is #CB4463. Grayscale: #8F8F8F. Windows color (decimal): -13321316 or 10271540. OLE color: 10271540.

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

Color convert

RGB52187156-
CMYK0.7200.170.27
HSL166.22º56.49%46.86%-
HSV(B)166.22º72.19%73.33%-
XYZ25.1938.6737.59-
YUV143.1135.2763.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.16%
GREEN value IS 187 (73.44% from 255) = 47.34%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=13.16%
G=47.34%
B=39.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521871560.7200.170.27166.2256.4946.86
Hex34BB9C480111Ba6382f
Octal64273234110021332467057
Binary110100101110111001110010010000100011101110100110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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