Html Css Color HEX #1ED4BD Robin's Egg Blue

📋 copy color: '#1ED4BD'

red 30 ◦ green 212 ◦ blue 189

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

Shades of Robin's Egg Blue #1ED4BD

Tints of Robin's Egg Blue #1ED4BD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.19%

 BLUE value IS 189 (74.22% from 255) = 43.85%

R = 6.96%
G = 49.19%
B = 43.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#1ED4BD (or 0x1ED4BD) is known color: Robin's Egg Blue. HEX triplet: 1E, D4 and BD. RGB value is (30,212,189). Sum of RGB (Red+Green+Blue) = 30+212+189=431 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.96% from 431); Green value is 212 (83.20% from 255 or 49.19% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 212 - color contains mainly: green. Hex color #1ED4BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED4BD is #E12B42. Grayscale: #9A9A9A. Windows color (decimal): -14756675 or 12440606. OLE color: 12440606.

HSL color Cylindrical-coordinate representation of color #1ED4BD: hue angle of 172.42º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED4BD is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 30 212 189 -
CMYK 0.86 0 0.11 0.17
HSL 172.42º 0.75% 0.47% -
HSV(B) 172.42º 0.86% 0.83% -
XYZ 33.26 51.04 56.24 -
YUV 154.96 147.2 38.87 -
System Red Green Blue C M Y K H S L
Decimal 30 212 189 0.86 0 0.11 0.17 172.42 0.75 0.47
Hex 1E D4 BD 56 0 B 11 AC 4B 2F
Octal 36 324 275 126 0 13 21 254 113 57
Binary 11110 11010100 10111101 1010110 0 1011 10001 10101100 1001011 101111

Color Harmonies of #1ED4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED4BD

Black with #1ED4BD

Text Example


Text Example

White with #1ED4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,212,189); }

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

background-color css

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

 a { background-color: rgb(30,212,189); }

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

border-color css

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

 span { border-color: rgb(30,212,189); }

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