#34C6AA

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

Shades of Shamrock #34C6AA

Tints of Shamrock #34C6AA

Color information

#34C6AA (or 0x34C6AA) is unknown color: approx Shamrock. HEX triplet: 34, C6 and AA. RGB value is (52,198,170). Sum of RGB (Red+Green+Blue) = 52+198+170=420 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.38% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #34C6AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C6AA is #CB3955. Grayscale: #979797. Windows color (decimal): -13318486 or 11191860. OLE color: 11191860.

HSL color Cylindrical-coordinate representation of color #34C6AA: hue angle of 168.49º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C6AA is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB52198170-
CMYK0.7400.140.22
HSL168.49º58.4%49.02%-
HSV(B)168.49º73.74%77.65%-
XYZ28.8744.0245.01-
YUV151.15138.6357.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.38%
GREEN value IS 198 (77.73% from 255) = 47.14%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=12.38%
G=47.14%
B=40.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal521981700.7400.140.22168.4958.449.02
Hex34C6AA4A0E16a83a31
Octal64306252112016262507261
Binary11010011000110101010101001010011101011010101000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,198,170); }

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

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

 a { background-color: rgb(52,198,170); }

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

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

 span { border-color: rgb(52,198,170); }

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