#1ED8B3

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

Shades of Shamrock #1ED8B3

Tints of Shamrock #1ED8B3

Color information

#1ED8B3 (or 0x1ED8B3) is unknown color: approx Shamrock. HEX triplet: 1E, D8 and B3. RGB value is (30,216,179). Sum of RGB (Red+Green+Blue) = 30+216+179=425 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.06% from 425); Green value is 216 (84.77% from 255 or 50.82% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED8B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED8B3 is #E1274C. Grayscale: #9C9C9C. Windows color (decimal): -14755661 or 11786270. OLE color: 11786270.

HSL color Cylindrical-coordinate representation of color #1ED8B3: hue angle of 168.06º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED8B3 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB30216179-
CMYK0.8600.170.15
HSL168.06º75.61%48.24%-
HSV(B)168.06º86.11%84.71%-
XYZ33.2352.6451.06-
YUV156.17140.8838.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.06%
GREEN value IS 216 (84.77% from 255) = 50.82%
BLUE value IS 179 (70.31% from 255) = 42.12%
R=7.06%
G=50.82%
B=42.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal302161790.8600.170.15168.0675.6148.24
Hex1ED8B356011Fa84c30
Octal363302631260211725011460
Binary11110110110001011001110101100100011111101010001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,216,179); }

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

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

 a { background-color: rgb(30,216,179); }

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

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

 span { border-color: rgb(30,216,179); }

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