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

📋 copy color: '#1ED8BE'

red 30 ◦ green 216 ◦ blue 190

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

Shades of Robin's Egg Blue #1ED8BE

Tints of Robin's Egg Blue #1ED8BE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.54%

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 6.88%
G = 49.54%
B = 43.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#1ED8BE (or 0x1ED8BE) is known color: Robin's Egg Blue. HEX triplet: 1E, D8 and BE. RGB value is (30,216,190). Sum of RGB (Red+Green+Blue) = 30+216+190=436 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.88% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED8BE is #E12741. Grayscale: #9D9D9D. Windows color (decimal): -14755650 or 12507166. OLE color: 12507166.

HSL color Cylindrical-coordinate representation of color #1ED8BE: hue angle of 171.61º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED8BE is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 216 190 -
CMYK 0.86 0 0.12 0.15
HSL 171.61º 0.76% 0.48% -
HSV(B) 171.61º 0.86% 0.85% -
XYZ 34.39 53.11 57.15 -
YUV 157.42 146.38 37.11 -
System Red Green Blue C M Y K H S L
Decimal 30 216 190 0.86 0 0.12 0.15 171.61 0.76 0.48
Hex 1E D8 BE 56 0 C F AC 4C 30
Octal 36 330 276 126 0 14 17 254 114 60
Binary 11110 11011000 10111110 1010110 0 1100 1111 10101100 1001100 110000

Color Harmonies of #1ED8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED8BE

Black with #1ED8BE

Text Example


Text Example

White with #1ED8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,216,190); }

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

background-color css

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

 a { background-color: rgb(30,216,190); }

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

border-color css

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

 span { border-color: rgb(30,216,190); }

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