#34D88F

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

Shades of Shamrock #34D88F

Tints of Shamrock #34D88F

Color information

#34D88F (or 0x34D88F) is unknown color: approx Shamrock. HEX triplet: 34, D8 and 8F. RGB value is (52,216,143). Sum of RGB (Red+Green+Blue) = 52+216+143=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 216 (84.77% from 255 or 52.55% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 216 - color contains mainly: green. Hex color #34D88F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D88F is #CB2770. Grayscale: #9E9E9E. Windows color (decimal): -13313905 or 9426996. OLE color: 9426996.

HSL color Cylindrical-coordinate representation of color #34D88F: hue angle of 153.29º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D88F is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB52216143-
CMYK0.7600.340.15
HSL153.29º67.77%52.55%-
HSV(B)153.29º75.93%84.71%-
XYZ30.9351.8234.36-
YUV158.64119.1751.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.65%
GREEN value IS 216 (84.77% from 255) = 52.55%
BLUE value IS 143 (56.25% from 255) = 34.79%
R=12.65%
G=52.55%
B=34.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal522161430.7600.340.15153.2967.7752.55
Hex34D88F4C022F994435
Octal643302171140421723110465
Binary1101001101100010001111100110001000101111100110011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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