#1CD4B1

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

Shades of Shamrock #1CD4B1

Tints of Shamrock #1CD4B1

Color information

#1CD4B1 (or 0x1CD4B1) is unknown color: approx Shamrock. HEX triplet: 1C, D4 and B1. RGB value is (28,212,177). Sum of RGB (Red+Green+Blue) = 28+212+177=417 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.71% from 417); Green value is 212 (83.20% from 255 or 50.84% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 212 - color contains mainly: green. Hex color #1CD4B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CD4B1 is #E32B4E. Grayscale: #989898. Windows color (decimal): -14887759 or 11654172. OLE color: 11654172.

HSL color Cylindrical-coordinate representation of color #1CD4B1: hue angle of 168.59º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD4B1 is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB28212177-
CMYK0.8700.170.17
HSL168.59º76.67%47.06%-
HSV(B)168.59º86.79%83.14%-
XYZ31.9650.5149.66-
YUV152.99141.5438.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.71%
GREEN value IS 212 (83.20% from 255) = 50.84%
BLUE value IS 177 (69.53% from 255) = 42.45%
R=6.71%
G=50.84%
B=42.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal282121770.8700.170.17168.5976.6747.06
Hex1CD4B15701111a94d2f
Octal343242611270212125111557
Binary111001101010010110001101011101000110001101010011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,212,177); }

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

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

 a { background-color: rgb(28,212,177); }

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

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

 span { border-color: rgb(28,212,177); }

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