#34BCA3

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

Shades of Shamrock #34BCA3

Tints of Shamrock #34BCA3

Color information

#34BCA3 (or 0x34BCA3) is unknown color: approx Shamrock. HEX triplet: 34, BC and A3. RGB value is (52,188,163). Sum of RGB (Red+Green+Blue) = 52+188+163=403 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.90% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 163 (64.06% from 255 or 40.45% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #34BCA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BCA3 is #CB435C. Grayscale: #909090. Windows color (decimal): -13321053 or 10730548. OLE color: 10730548.

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

Color convert

RGB52188163-
CMYK0.7200.130.26
HSL168.97º56.67%47.06%-
HSV(B)168.97º72.34%73.73%-
XYZ26.0139.3440.87-
YUV144.49138.4462.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.90%
GREEN value IS 188 (73.83% from 255) = 46.65%
BLUE value IS 163 (64.06% from 255) = 40.45%
R=12.90%
G=46.65%
B=40.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal521881630.7200.130.26168.9756.6747.06
Hex34BCA3480D1Aa9392f
Octal64274243110015322517157
Binary11010010111100101000111001000011011101010101001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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