Html Css Color HEX #1ED5AF Shamrock

📋 copy color: '#1ED5AF'

red 30 ◦ green 213 ◦ blue 175

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

Shades of Shamrock #1ED5AF

Tints of Shamrock #1ED5AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 7.18%
G = 50.96%
B = 41.87%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#1ED5AF (or 0x1ED5AF) is known color: Shamrock. HEX triplet: 1E, D5 and AF. RGB value is (30,213,175). Sum of RGB (Red+Green+Blue) = 30+213+175=418 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.18% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED5AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED5AF is #E12A50. Grayscale: #999999. Windows color (decimal): -14756433 or 11523358. OLE color: 11523358.

HSL color Cylindrical-coordinate representation of color #1ED5AF: hue angle of 167.54º 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 #1ED5AF is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 213 175 -
CMYK 0.86 0 0.18 0.16
HSL 167.54º 0.75% 0.48% -
HSV(B) 167.54º 0.86% 0.84% -
XYZ 32.07 50.96 48.7 -
YUV 153.95 139.87 39.59 -
System Red Green Blue C M Y K H S L
Decimal 30 213 175 0.86 0 0.18 0.16 167.54 0.75 0.48
Hex 1E D5 AF 56 0 12 10 A8 4B 30
Octal 36 325 257 126 0 22 20 250 113 60
Binary 11110 11010101 10101111 1010110 0 10010 10000 10101000 1001011 110000

Color Harmonies of #1ED5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED5AF

Black with #1ED5AF

Text Example


Text Example

White with #1ED5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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