#34BB9D

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

Shades of Shamrock #34BB9D

Tints of Shamrock #34BB9D

Color information

#34BB9D (or 0x34BB9D) is unknown color: approx Shamrock. HEX triplet: 34, BB and 9D. RGB value is (52,187,157). Sum of RGB (Red+Green+Blue) = 52+187+157=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 187 - color contains mainly: green. Hex color #34BB9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BB9D is #CB4462. Grayscale: #8F8F8F. Windows color (decimal): -13321315 or 10337076. OLE color: 10337076.

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

Color convert

RGB52187157-
CMYK0.7200.160.27
HSL166.67º56.49%46.86%-
HSV(B)166.67º72.19%73.33%-
XYZ25.2738.7138.04-
YUV143.22135.7762.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.13%
GREEN value IS 187 (73.44% from 255) = 47.22%
BLUE value IS 157 (61.72% from 255) = 39.65%
R=13.13%
G=47.22%
B=39.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521871570.7200.160.27166.6756.4946.86
Hex34BB9D480101Ba7382f
Octal64273235110020332477057
Binary110100101110111001110110010000100001101110100111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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