#1CDEAD

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

Shades of Shamrock #1CDEAD

Tints of Shamrock #1CDEAD

Color information

#1CDEAD (or 0x1CDEAD) is unknown color: approx Shamrock. HEX triplet: 1C, DE and AD. RGB value is (28,222,173). Sum of RGB (Red+Green+Blue) = 28+222+173=423 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.62% from 423); Green value is 222 (87.11% from 255 or 52.48% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 222 - color contains mainly: green. Hex color #1CDEAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDEAD is #E32152. Grayscale: #9E9E9E. Windows color (decimal): -14885203 or 11394588. OLE color: 11394588.

HSL color Cylindrical-coordinate representation of color #1CDEAD: hue angle of 164.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDEAD is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB28222173-
CMYK0.8700.220.13
HSL164.85º77.6%49.02%-
HSV(B)164.85º87.39%87.06%-
XYZ34.1455.5148.45-
YUV158.41136.2334.98-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.62%
GREEN value IS 222 (87.11% from 255) = 52.48%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=6.62%
G=52.48%
B=40.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal282221730.8700.220.13164.8577.649.02
Hex1CDEAD57016Da54e31
Octal343362551270261524511661
Binary11100110111101010110110101110101101101101001011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CDEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,222,173); }

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

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

 a { background-color: rgb(28,222,173); }

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

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

 span { border-color: rgb(28,222,173); }

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