#34C7AA

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

Shades of Shamrock #34C7AA

Tints of Shamrock #34C7AA

Color information

#34C7AA (or 0x34C7AA) is unknown color: approx Shamrock. HEX triplet: 34, C7 and AA. RGB value is (52,199,170). Sum of RGB (Red+Green+Blue) = 52+199+170=421 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.35% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 199 - color contains mainly: green. Hex color #34C7AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C7AA is #CB3855. Grayscale: #979797. Windows color (decimal): -13318230 or 11192116. OLE color: 11192116.

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

Color convert

RGB52199170-
CMYK0.7400.150.22
HSL168.16º58.57%49.22%-
HSV(B)168.16º73.87%78.04%-
XYZ29.144.4845.08-
YUV151.74138.356.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.35%
GREEN value IS 199 (78.12% from 255) = 47.27%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=12.35%
G=47.27%
B=40.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal521991700.7400.150.22168.1658.5749.22
Hex34C7AA4A0F16a83b31
Octal64307252112017262507361
Binary11010011000111101010101001010011111011010101000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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