#34DD8B

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

Shades of Shamrock #34DD8B

Tints of Shamrock #34DD8B

Color information

#34DD8B (or 0x34DD8B) is unknown color: approx Shamrock. HEX triplet: 34, DD and 8B. RGB value is (52,221,139). Sum of RGB (Red+Green+Blue) = 52+221+139=412 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.62% from 412); Green value is 221 (86.72% from 255 or 53.64% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34DD8B is #CB2274. Grayscale: #A1A1A1. Windows color (decimal): -13312629 or 9166132. OLE color: 9166132.

HSL color Cylindrical-coordinate representation of color #34DD8B: hue angle of 150.89º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DD8B is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB52221139-
CMYK0.7600.370.13
HSL150.89º71.31%53.53%-
HSV(B)150.89º76.47%86.67%-
XYZ31.9354.3133.23-
YUV161.12115.5150.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.62%
GREEN value IS 221 (86.72% from 255) = 53.64%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=12.62%
G=53.64%
B=33.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal522211390.7600.370.13150.8971.3153.53
Hex34DD8B4C025D974736
Octal643352131140451522710766
Binary1101001101110110001011100110001001011101100101111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,221,139); }

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

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

 a { background-color: rgb(52,221,139); }

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

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

 span { border-color: rgb(52,221,139); }

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