Html Css Color HEX #1ECCA5 Shamrock

📋 copy color: '#1ECCA5'

red 30 ◦ green 204 ◦ blue 165

#1ECCA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #1ECCA5

Tints of Shamrock #1ECCA5

RGB

 RED value IS 30 (12.11% from 255) = 7.52%

 GREEN value IS 204 (80.08% from 255) = 51.13%

 BLUE value IS 165 (64.84% from 255) = 41.35%

R = 7.52%
G = 51.13%
B = 41.35%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#1ECCA5 (or 0x1ECCA5) is known color: Shamrock. HEX triplet: 1E, CC and A5. RGB value is (30,204,165). Sum of RGB (Red+Green+Blue) = 30+204+165=399 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.52% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECCA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECCA5 is #E1335A. Grayscale: #939393. Windows color (decimal): -14758747 or 10865694. OLE color: 10865694.

HSL color Cylindrical-coordinate representation of color #1ECCA5: hue angle of 166.55º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECCA5 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB 30 204 165 -
CMYK 0.85 0 0.19 0.2
HSL 166.55º 0.74% 0.46% -
HSV(B) 166.55º 0.85% 0.8% -
XYZ 28.92 46.18 42.99 -
YUV 147.53 137.85 44.17 -
System Red Green Blue C M Y K H S L
Decimal 30 204 165 0.85 0 0.19 0.2 166.55 0.74 0.46
Hex 1E CC A5 55 0 13 14 A7 4A 2E
Octal 36 314 245 125 0 23 24 247 112 56
Binary 11110 11001100 10100101 1010101 0 10011 10100 10100111 1001010 101110

Color Harmonies of #1ECCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECCA5

Black with #1ECCA5

Text Example


Text Example

White with #1ECCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,204,165); }

 H1.HeaderClassName
 {
   color: #1ECCA5;
 }
 .AnyTagClassName
 {
   color: #1ECCA5;
 }
</style>

background-color css

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

 a { background-color: rgb(30,204,165); }

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

border-color css

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

 span { border-color: rgb(30,204,165); }

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