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

📋 copy color: '#1ED6BD'

red 30 ◦ green 214 ◦ blue 189

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

Shades of Robin's Egg Blue #1ED6BD

Tints of Robin's Egg Blue #1ED6BD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.42%

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

R = 6.93%
G = 49.42%
B = 43.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#1ED6BD (or 0x1ED6BD) is known color: Robin's Egg Blue. HEX triplet: 1E, D6 and BD. RGB value is (30,214,189). Sum of RGB (Red+Green+Blue) = 30+214+189=433 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.93% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #1ED6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED6BD is #E12942. Grayscale: #9C9C9C. Windows color (decimal): -14756163 or 12441118. OLE color: 12441118.

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

Color convert

RGB 30 214 189 -
CMYK 0.86 0 0.12 0.16
HSL 171.85º 0.75% 0.48% -
HSV(B) 171.85º 0.86% 0.84% -
XYZ 33.77 52.04 56.41 -
YUV 156.13 146.54 38.03 -
System Red Green Blue C M Y K H S L
Decimal 30 214 189 0.86 0 0.12 0.16 171.85 0.75 0.48
Hex 1E D6 BD 56 0 C 10 AC 4B 30
Octal 36 326 275 126 0 14 20 254 113 60
Binary 11110 11010110 10111101 1010110 0 1100 10000 10101100 1001011 110000

Color Harmonies of #1ED6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED6BD

Black with #1ED6BD

Text Example


Text Example

White with #1ED6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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