#1DD0AB

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

Shades of Shamrock #1DD0AB

Tints of Shamrock #1DD0AB

Color information

#1DD0AB (or 0x1DD0AB) is unknown color: approx Shamrock. HEX triplet: 1D, D0 and AB. RGB value is (29,208,171). Sum of RGB (Red+Green+Blue) = 29+208+171=408 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.11% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD0AB is #E22F54. Grayscale: #969696. Windows color (decimal): -14823253 or 11259933. OLE color: 11259933.

HSL color Cylindrical-coordinate representation of color #1DD0AB: hue angle of 167.6º 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 #1DD0AB is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB29208171-
CMYK0.8600.180.18
HSL167.6º75.53%46.47%-
HSV(B)167.6º86.06%81.57%-
XYZ30.4148.3146.25-
YUV150.26139.741.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.11%
GREEN value IS 208 (81.64% from 255) = 50.98%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=7.11%
G=50.98%
B=41.91%

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
Decimal292081710.8600.180.18167.675.5346.47
Hex1DD0AB5601212a84c2e
Octal353202531260222225011456
Binary111011101000010101011101011001001010010101010001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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