Html Css Color HEX #1ED5B3 Shamrock

📋 copy color: '#1ED5B3'

red 30 ◦ green 213 ◦ blue 179

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

Shades of Shamrock #1ED5B3

Tints of Shamrock #1ED5B3

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.47%

 BLUE value IS 179 (70.31% from 255) = 42.42%

R = 7.11%
G = 50.47%
B = 42.42%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#1ED5B3 (or 0x1ED5B3) is known color: Shamrock. HEX triplet: 1E, D5 and B3. RGB value is (30,213,179). Sum of RGB (Red+Green+Blue) = 30+213+179=422 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.11% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED5B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED5B3 is #E12A4C. Grayscale: #9A9A9A. Windows color (decimal): -14756429 or 11785502. OLE color: 11785502.

HSL color Cylindrical-coordinate representation of color #1ED5B3: hue angle of 168.85º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED5B3 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 213 179 -
CMYK 0.86 0 0.16 0.16
HSL 168.85º 0.75% 0.48% -
HSV(B) 168.85º 0.86% 0.84% -
XYZ 32.47 51.12 50.8 -
YUV 154.41 141.87 39.26 -
System Red Green Blue C M Y K H S L
Decimal 30 213 179 0.86 0 0.16 0.16 168.85 0.75 0.48
Hex 1E D5 B3 56 0 10 10 A9 4B 30
Octal 36 325 263 126 0 20 20 251 113 60
Binary 11110 11010101 10110011 1010110 0 10000 10000 10101001 1001011 110000

Color Harmonies of #1ED5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED5B3

Black with #1ED5B3

Text Example


Text Example

White with #1ED5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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