#1DCFAA

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

Shades of Shamrock #1DCFAA

Tints of Shamrock #1DCFAA

Color information

#1DCFAA (or 0x1DCFAA) is unknown color: approx Shamrock. HEX triplet: 1D, CF and AA. RGB value is (29,207,170). Sum of RGB (Red+Green+Blue) = 29+207+170=406 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.14% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCFAA is #E23055. Grayscale: #959595. Windows color (decimal): -14823510 or 11194141. OLE color: 11194141.

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

Color convert

RGB29207170-
CMYK0.8600.180.19
HSL167.53º75.42%46.27%-
HSV(B)167.53º85.99%81.18%-
XYZ30.0847.7945.67-
YUV149.56139.5342.01-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.14%
GREEN value IS 207 (81.25% from 255) = 50.99%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=7.14%
G=50.99%
B=41.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal292071700.8600.180.19167.5375.4246.27
Hex1DCFAA5601213a84b2e
Octal353172521260222325011356
Binary111011100111110101010101011001001010011101010001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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