#34DDB4

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

Shades of Shamrock #34DDB4

Tints of Shamrock #34DDB4

Color information

#34DDB4 (or 0x34DDB4) is unknown color: approx Shamrock. HEX triplet: 34, DD and B4. RGB value is (52,221,180). Sum of RGB (Red+Green+Blue) = 52+221+180=453 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.48% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDB4 is #CB224B. Grayscale: #A5A5A5. Windows color (decimal): -13312588 or 11853108. OLE color: 11853108.

HSL color Cylindrical-coordinate representation of color #34DDB4: hue angle of 165.44º 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 #34DDB4 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB52221180-
CMYK0.7600.190.13
HSL165.44º71.31%53.53%-
HSV(B)165.44º76.47%86.67%-
XYZ35.5155.7452.07-
YUV165.8136.0146.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.48%
GREEN value IS 221 (86.72% from 255) = 48.79%
BLUE value IS 180 (70.70% from 255) = 39.74%
R=11.48%
G=48.79%
B=39.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal522211800.7600.190.13165.4471.3153.53
Hex34DDB44C013Da54736
Octal643352641140231524510766
Binary110100110111011011010010011000100111101101001011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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