#1DD0AA

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

Shades of Shamrock #1DD0AA

Tints of Shamrock #1DD0AA

Color information

#1DD0AA (or 0x1DD0AA) is unknown color: approx Shamrock. HEX triplet: 1D, D0 and AA. RGB value is (29,208,170). Sum of RGB (Red+Green+Blue) = 29+208+170=407 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.13% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD0AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD0AA is #E22F55. Grayscale: #969696. Windows color (decimal): -14823254 or 11194397. OLE color: 11194397.

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

Color convert

RGB29208170-
CMYK0.8600.180.18
HSL167.26º75.53%46.47%-
HSV(B)167.26º86.06%81.57%-
XYZ30.3248.2845.75-
YUV150.15139.241.59-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.13%
GREEN value IS 208 (81.64% from 255) = 51.11%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=7.13%
G=51.11%
B=41.77%

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
Decimal292081700.8600.180.18167.2675.5346.47
Hex1DD0AA5601212a74c2e
Octal353202521260222224711456
Binary111011101000010101010101011001001010010101001111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,208,170); }

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

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

 a { background-color: rgb(29,208,170); }

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

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

 span { border-color: rgb(29,208,170); }

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