#1DD8A6

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

Shades of Shamrock #1DD8A6

Tints of Shamrock #1DD8A6

Color information

#1DD8A6 (or 0x1DD8A6) is unknown color: approx Shamrock. HEX triplet: 1D, D8 and A6. RGB value is (29,216,166). Sum of RGB (Red+Green+Blue) = 29+216+166=411 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.06% from 411); Green value is 216 (84.77% from 255 or 52.55% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 216 - color contains mainly: green. Hex color #1DD8A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD8A6 is #E22759. Grayscale: #9A9A9A. Windows color (decimal): -14821210 or 10934301. OLE color: 10934301.

HSL color Cylindrical-coordinate representation of color #1DD8A6: hue angle of 163.96º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD8A6 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB29216166-
CMYK0.8700.230.15
HSL163.96º76.33%48.04%-
HSV(B)163.96º86.57%84.71%-
XYZ31.9552.1344.45-
YUV154.39134.5538.57-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.06%
GREEN value IS 216 (84.77% from 255) = 52.55%
BLUE value IS 166 (65.23% from 255) = 40.39%
R=7.06%
G=52.55%
B=40.39%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal292161660.8700.230.15163.9676.3348.04
Hex1DD8A657017Fa44c30
Octal353302461270271724411460
Binary11101110110001010011010101110101111111101001001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,216,166); }

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

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

 a { background-color: rgb(29,216,166); }

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

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

 span { border-color: rgb(29,216,166); }

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