#1DCFA6

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

Shades of Shamrock #1DCFA6

Tints of Shamrock #1DCFA6

Color information

#1DCFA6 (or 0x1DCFA6) is unknown color: approx Shamrock. HEX triplet: 1D, CF and A6. RGB value is (29,207,166). Sum of RGB (Red+Green+Blue) = 29+207+166=402 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.21% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCFA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCFA6 is #E23059. Grayscale: #959595. Windows color (decimal): -14823514 or 10931997. OLE color: 10931997.

HSL color Cylindrical-coordinate representation of color #1DCFA6: hue angle of 166.18º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCFA6 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB29207166-
CMYK0.8600.200.19
HSL166.18º75.42%46.27%-
HSV(B)166.18º85.99%81.18%-
XYZ29.747.6443.71-
YUV149.1137.5342.33-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.21%
GREEN value IS 207 (81.25% from 255) = 51.49%
BLUE value IS 166 (65.23% from 255) = 41.29%
R=7.21%
G=51.49%
B=41.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal292071660.8600.200.19166.1875.4246.27
Hex1DCFA65601413a64b2e
Octal353172461260242324611356
Binary111011100111110100110101011001010010011101001101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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