#34C7A0

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

Shades of Shamrock #34C7A0

Tints of Shamrock #34C7A0

Color information

#34C7A0 (or 0x34C7A0) is unknown color: approx Shamrock. HEX triplet: 34, C7 and A0. RGB value is (52,199,160). Sum of RGB (Red+Green+Blue) = 52+199+160=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 199 (78.12% from 255 or 48.42% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 199 - color contains mainly: green. Hex color #34C7A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C7A0 is #CB385F. Grayscale: #969696. Windows color (decimal): -13318240 or 10536756. OLE color: 10536756.

HSL color Cylindrical-coordinate representation of color #34C7A0: hue angle of 164.08º degrees, saturation: 0.59, 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 #34C7A0 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB52199160-
CMYK0.7400.200.22
HSL164.08º58.57%49.22%-
HSV(B)164.08º73.87%78.04%-
XYZ28.1844.1140.29-
YUV150.6133.357.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.65%
GREEN value IS 199 (78.12% from 255) = 48.42%
BLUE value IS 160 (62.89% from 255) = 38.93%
R=12.65%
G=48.42%
B=38.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal521991600.7400.200.22164.0858.5749.22
Hex34C7A04A01416a43b31
Octal64307240112024262447361
Binary110100110001111010000010010100101001011010100100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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