#34C9A5

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

Shades of Shamrock #34C9A5

Tints of Shamrock #34C9A5

Color information

#34C9A5 (or 0x34C9A5) is unknown color: approx Shamrock. HEX triplet: 34, C9 and A5. RGB value is (52,201,165). Sum of RGB (Red+Green+Blue) = 52+201+165=418 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.44% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 201 - color contains mainly: green. Hex color #34C9A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C9A5 is #CB365A. Grayscale: #989898. Windows color (decimal): -13317723 or 10864948. OLE color: 10864948.

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

Color convert

RGB52201165-
CMYK0.7400.180.21
HSL165.5º58.89%49.61%-
HSV(B)165.5º74.13%78.82%-
XYZ29.0945.2242.79-
YUV152.34135.1456.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.44%
GREEN value IS 201 (78.91% from 255) = 48.09%
BLUE value IS 165 (64.84% from 255) = 39.47%
R=12.44%
G=48.09%
B=39.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal522011650.7400.180.21165.558.8949.61
Hex34C9A54A01215a63b32
Octal64311245112022252467362
Binary110100110010011010010110010100100101010110100110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,201,165); }

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

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

 a { background-color: rgb(52,201,165); }

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

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

 span { border-color: rgb(52,201,165); }

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