#34C0A6

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

Shades of Shamrock #34C0A6

Tints of Shamrock #34C0A6

Color information

#34C0A6 (or 0x34C0A6) is unknown color: approx Shamrock. HEX triplet: 34, C0 and A6. RGB value is (52,192,166). Sum of RGB (Red+Green+Blue) = 52+192+166=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #34C0A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C0A6 is #CB3F59. Grayscale: #939393. Windows color (decimal): -13320026 or 10928180. OLE color: 10928180.

HSL color Cylindrical-coordinate representation of color #34C0A6: hue angle of 168.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C0A6 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB52192166-
CMYK0.7300.140.25
HSL168.86º57.38%47.84%-
HSV(B)168.86º72.92%75.29%-
XYZ27.1541.1842.59-
YUV147.18138.6260.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.68%
GREEN value IS 192 (75.39% from 255) = 46.83%
BLUE value IS 166 (65.23% from 255) = 40.49%
R=12.68%
G=46.83%
B=40.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521921660.7300.140.25168.8657.3847.84
Hex34C0A6490E19a93930
Octal64300246111016312517160
Binary11010011000000101001101001001011101100110101001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,192,166); }

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

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

 a { background-color: rgb(52,192,166); }

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

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

 span { border-color: rgb(52,192,166); }

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