#34CA8F

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

Shades of Shamrock #34CA8F

Tints of Shamrock #34CA8F

Color information

#34CA8F (or 0x34CA8F) is unknown color: approx Shamrock. HEX triplet: 34, CA and 8F. RGB value is (52,202,143). Sum of RGB (Red+Green+Blue) = 52+202+143=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CA8F is #CB3570. Grayscale: #969696. Windows color (decimal): -13317489 or 9423412. OLE color: 9423412.

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

Color convert

RGB52202143-
CMYK0.7400.290.21
HSL156.4º59.06%49.8%-
HSV(B)156.4º74.26%79.22%-
XYZ27.4944.9533.21-
YUV150.42123.857.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.10%
GREEN value IS 202 (79.30% from 255) = 50.88%
BLUE value IS 143 (56.25% from 255) = 36.02%
R=13.10%
G=50.88%
B=36.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal522021430.7400.290.21156.459.0649.8
Hex34CA8F4A01D159c3b32
Octal64312217112035252347362
Binary110100110010101000111110010100111011010110011100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,202,143); }

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

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

 a { background-color: rgb(52,202,143); }

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

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

 span { border-color: rgb(52,202,143); }

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