#1CD1AA

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

Shades of Shamrock #1CD1AA

Tints of Shamrock #1CD1AA

Color information

#1CD1AA (or 0x1CD1AA) is unknown color: approx Shamrock. HEX triplet: 1C, D1 and AA. RGB value is (28,209,170). Sum of RGB (Red+Green+Blue) = 28+209+170=407 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.88% from 407); Green value is 209 (82.03% from 255 or 51.35% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD1AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CD1AA is #E32E55. Grayscale: #969696. Windows color (decimal): -14888534 or 11194652. OLE color: 11194652.

HSL color Cylindrical-coordinate representation of color #1CD1AA: hue angle of 167.07º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD1AA is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB28209170-
CMYK0.8700.190.18
HSL167.07º76.37%46.47%-
HSV(B)167.07º86.6%81.96%-
XYZ30.5448.7545.83-
YUV150.44139.0340.67-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.88%
GREEN value IS 209 (82.03% from 255) = 51.35%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=6.88%
G=51.35%
B=41.77%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal282091700.8700.190.18167.0776.3746.47
Hex1CD1AA5701312a74c2e
Octal343212521270232224711456
Binary111001101000110101010101011101001110010101001111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,209,170); }

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

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

 a { background-color: rgb(28,209,170); }

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

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

 span { border-color: rgb(28,209,170); }

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