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

📋 copy color: '#1ED8BC'

red 30 ◦ green 216 ◦ blue 188

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

Shades of Robin's Egg Blue #1ED8BC

Tints of Robin's Egg Blue #1ED8BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.32%

R = 6.91%
G = 49.77%
B = 43.32%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#1ED8BC (or 0x1ED8BC) is known color: Robin's Egg Blue. HEX triplet: 1E, D8 and BC. RGB value is (30,216,188). Sum of RGB (Red+Green+Blue) = 30+216+188=434 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.91% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED8BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED8BC is #E12743. Grayscale: #9D9D9D. Windows color (decimal): -14755652 or 12376094. OLE color: 12376094.

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

Color convert

RGB 30 216 188 -
CMYK 0.86 0 0.13 0.15
HSL 170.97º 0.76% 0.48% -
HSV(B) 170.97º 0.86% 0.85% -
XYZ 34.17 53.02 56.01 -
YUV 157.19 145.38 37.28 -
System Red Green Blue C M Y K H S L
Decimal 30 216 188 0.86 0 0.13 0.15 170.97 0.76 0.48
Hex 1E D8 BC 56 0 D F AB 4C 30
Octal 36 330 274 126 0 15 17 253 114 60
Binary 11110 11011000 10111100 1010110 0 1101 1111 10101011 1001100 110000

Color Harmonies of #1ED8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED8BC

Black with #1ED8BC

Text Example


Text Example

White with #1ED8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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