#1DCCA8

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

Shades of Shamrock #1DCCA8

Tints of Shamrock #1DCCA8

Color information

#1DCCA8 (or 0x1DCCA8) is unknown color: approx Shamrock. HEX triplet: 1D, CC and A8. RGB value is (29,204,168). Sum of RGB (Red+Green+Blue) = 29+204+168=401 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.23% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCCA8 is #E23357. Grayscale: #939393. Windows color (decimal): -14824280 or 11062301. OLE color: 11062301.

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

Color convert

RGB29204168-
CMYK0.8600.180.2
HSL167.66º75.11%45.69%-
HSV(B)167.66º85.78%80%-
XYZ29.1746.2744.44-
YUV147.57139.5243.43-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.23%
GREEN value IS 204 (80.08% from 255) = 50.87%
BLUE value IS 168 (66.02% from 255) = 41.90%
R=7.23%
G=50.87%
B=41.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal292041680.8600.180.2167.6675.1145.69
Hex1DCCA85601214a84b2e
Octal353142501260222425011356
Binary111011100110010101000101011001001010100101010001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,204,168); }

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

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

 a { background-color: rgb(29,204,168); }

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

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

 span { border-color: rgb(29,204,168); }

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