#34CE95

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

Shades of Shamrock #34CE95

Tints of Shamrock #34CE95

Color information

#34CE95 (or 0x34CE95) is unknown color: approx Shamrock. HEX triplet: 34, CE and 95. RGB value is (52,206,149). Sum of RGB (Red+Green+Blue) = 52+206+149=407 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.78% from 407); Green value is 206 (80.86% from 255 or 50.61% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 206 - color contains mainly: green. Hex color #34CE95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CE95 is #CB316A. Grayscale: #999999. Windows color (decimal): -13316459 or 9817652. OLE color: 9817652.

HSL color Cylindrical-coordinate representation of color #34CE95: hue angle of 157.79º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CE95 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB52206149-
CMYK0.7500.280.19
HSL157.79º61.11%50.59%-
HSV(B)157.79º74.76%80.78%-
XYZ28.9147.0435.99-
YUV153.46125.4855.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.78%
GREEN value IS 206 (80.86% from 255) = 50.61%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=12.78%
G=50.61%
B=36.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal522061490.7500.280.19157.7961.1150.59
Hex34CE954B01C139e3d33
Octal64316225113034232367563
Binary110100110011101001010110010110111001001110011110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,206,149); }

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

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

 a { background-color: rgb(52,206,149); }

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

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

 span { border-color: rgb(52,206,149); }

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