#34CAA0

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

Shades of Shamrock #34CAA0

Tints of Shamrock #34CAA0

Color information

#34CAA0 (or 0x34CAA0) is unknown color: approx Shamrock. HEX triplet: 34, CA and A0. RGB value is (52,202,160). Sum of RGB (Red+Green+Blue) = 52+202+160=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #34CAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CAA0 is #CB355F. Grayscale: #989898. Windows color (decimal): -13317472 or 10537524. OLE color: 10537524.

HSL color Cylindrical-coordinate representation of color #34CAA0: hue angle of 163.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34CAA0 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB52202160-
CMYK0.7400.210.21
HSL163.2º59.06%49.8%-
HSV(B)163.2º74.26%79.22%-
XYZ28.8845.5140.52-
YUV152.36132.356.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.56%
GREEN value IS 202 (79.30% from 255) = 48.79%
BLUE value IS 160 (62.89% from 255) = 38.65%
R=12.56%
G=48.79%
B=38.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal522021600.7400.210.21163.259.0649.8
Hex34CAA04A01515a33b32
Octal64312240112025252437362
Binary110100110010101010000010010100101011010110100011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,202,160); }

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

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

 a { background-color: rgb(52,202,160); }

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

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

 span { border-color: rgb(52,202,160); }

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