#1CDFAE

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

Shades of Shamrock #1CDFAE

Tints of Shamrock #1CDFAE

Color information

#1CDFAE (or 0x1CDFAE) is unknown color: approx Shamrock. HEX triplet: 1C, DF and AE. RGB value is (28,223,174). Sum of RGB (Red+Green+Blue) = 28+223+174=425 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.59% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDFAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDFAE is #E32051. Grayscale: #9F9F9F. Windows color (decimal): -14884946 or 11460380. OLE color: 11460380.

HSL color Cylindrical-coordinate representation of color #1CDFAE: hue angle of 164.92º 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 #1CDFAE is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB28223174-
CMYK0.8700.220.13
HSL164.92º77.69%49.22%-
HSV(B)164.92º87.44%87.45%-
XYZ34.5156.0849.05-
YUV159.11136.434.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.59%
GREEN value IS 223 (87.5% from 255) = 52.47%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=6.59%
G=52.47%
B=40.94%

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
Decimal282231740.8700.220.13164.9277.6949.22
Hex1CDFAE57016Da54e31
Octal343372561270261524511661
Binary11100110111111010111010101110101101101101001011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CDFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,223,174); }

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

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

 a { background-color: rgb(28,223,174); }

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

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

 span { border-color: rgb(28,223,174); }

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