#1dd2ad

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

Shades of Shamrock #1DD2AD

Tints of Shamrock #1DD2AD

Color information

#1DD2AD (or 0x1DD2AD) is unknown color: approx Shamrock. HEX triplet: 1D, D2 and AD. RGB value is (29,210,173). Sum of RGB (Red+Green+Blue) = 29+210+173=412 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.04% from 412); Green value is 210 (82.42% from 255 or 50.97% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD2AD is #E22D52. Grayscale: #979797. Windows color (decimal): -14822739 or 11391517. OLE color: 11391517.

HSL color Cylindrical-coordinate representation of color #1DD2AD: hue angle of 167.73º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD2AD is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB29210173-
CMYK0.8600.180.18
HSL167.73º75.73%46.86%-
HSV(B)167.73º86.19%82.35%-
XYZ31.149.3747.43-
YUV151.66140.0340.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.04%
GREEN value IS 210 (82.42% from 255) = 50.97%
BLUE value IS 173 (67.97% from 255) = 41.99%
R=7.04%
G=50.97%
B=41.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal292101730.8600.180.18167.7375.7346.86
Hex1DD2AD5601212a84c2f
Octal353222551260222225011457
Binary111011101001010101101101011001001010010101010001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1dd2ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1dd2ad; }

 p { color: rgb(29,210,173); }

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

<style>
 a { background-color: #1dd2ad; }

 a { background-color: rgb(29,210,173); }

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

<style>
 span { border-color: #1dd2ad; }

 span { border-color: rgb(29,210,173); }

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