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

📋 copy color: '#1ED5BD'

red 30 ◦ green 213 ◦ blue 189

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

Shades of Robin's Egg Blue #1ED5BD

Tints of Robin's Egg Blue #1ED5BD

RGB

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

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

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

R = 6.94%
G = 49.31%
B = 43.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#1ED5BD (or 0x1ED5BD) is known color: Robin's Egg Blue. HEX triplet: 1E, D5 and BD. RGB value is (30,213,189). Sum of RGB (Red+Green+Blue) = 30+213+189=432 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.94% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED5BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED5BD is #E12A42. Grayscale: #9B9B9B. Windows color (decimal): -14756419 or 12440862. OLE color: 12440862.

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

Color convert

RGB 30 213 189 -
CMYK 0.86 0 0.11 0.16
HSL 172.13º 0.75% 0.48% -
HSV(B) 172.13º 0.86% 0.84% -
XYZ 33.51 51.54 56.33 -
YUV 155.55 146.87 38.45 -
System Red Green Blue C M Y K H S L
Decimal 30 213 189 0.86 0 0.11 0.16 172.13 0.75 0.48
Hex 1E D5 BD 56 0 B 10 AC 4B 30
Octal 36 325 275 126 0 13 20 254 113 60
Binary 11110 11010101 10111101 1010110 0 1011 10000 10101100 1001011 110000

Color Harmonies of #1ED5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED5BD

Black with #1ED5BD

Text Example


Text Example

White with #1ED5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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