Html Css Color HEX #1EDDB1 Shamrock

📋 copy color: '#1EDDB1'

red 30 ◦ green 221 ◦ blue 177

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

Shades of Shamrock #1EDDB1

Tints of Shamrock #1EDDB1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.64%

 BLUE value IS 177 (69.53% from 255) = 41.36%

R = 7.01%
G = 51.64%
B = 41.36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#1EDDB1 (or 0x1EDDB1) is known color: Shamrock. HEX triplet: 1E, DD and B1. RGB value is (30,221,177). Sum of RGB (Red+Green+Blue) = 30+221+177=428 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.01% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDDB1 is #E1224E. Grayscale: #9E9E9E. Windows color (decimal): -14754383 or 11656478. OLE color: 11656478.

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

Color convert

RGB 30 221 177 -
CMYK 0.86 0 0.20 0.13
HSL 166.18º 0.76% 0.49% -
HSV(B) 166.18º 0.86% 0.87% -
XYZ 34.33 55.16 50.43 -
YUV 158.88 138.22 36.08 -
System Red Green Blue C M Y K H S L
Decimal 30 221 177 0.86 0 0.20 0.13 166.18 0.76 0.49
Hex 1E DD B1 56 0 14 D A6 4C 31
Octal 36 335 261 126 0 24 15 246 114 61
Binary 11110 11011101 10110001 1010110 0 10100 1101 10100110 1001100 110001

Color Harmonies of #1EDDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDDB1

Black with #1EDDB1

Text Example


Text Example

White with #1EDDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,221,177); }

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

background-color css

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

 a { background-color: rgb(30,221,177); }

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

border-color css

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

 span { border-color: rgb(30,221,177); }

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