#34CAA9

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

Shades of Shamrock #34CAA9

Tints of Shamrock #34CAA9

Color information

#34CAA9 (or 0x34CAA9) is unknown color: approx Shamrock. HEX triplet: 34, CA and A9. RGB value is (52,202,169). Sum of RGB (Red+Green+Blue) = 52+202+169=423 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.29% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #34CAA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CAA9 is #CB3556. Grayscale: #999999. Windows color (decimal): -13317463 or 11127348. OLE color: 11127348.

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

Color convert

RGB52202169-
CMYK0.7400.160.21
HSL166.8º59.06%49.8%-
HSV(B)166.8º74.26%79.22%-
XYZ29.745.8444.82-
YUV153.39136.855.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.29%
GREEN value IS 202 (79.30% from 255) = 47.75%
BLUE value IS 169 (66.41% from 255) = 39.95%
R=12.29%
G=47.75%
B=39.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal522021690.7400.160.21166.859.0649.8
Hex34CAA94A01015a73b32
Octal64312251112020252477362
Binary110100110010101010100110010100100001010110100111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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