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

📋 copy color: '#1ED8B8'

red 30 ◦ green 216 ◦ blue 184

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

Shades of Robin's Egg Blue #1ED8B8

Tints of Robin's Egg Blue #1ED8B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.79%

R = 6.98%
G = 50.23%
B = 42.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#1ED8B8 (or 0x1ED8B8) is known color: Robin's Egg Blue. HEX triplet: 1E, D8 and B8. RGB value is (30,216,184). Sum of RGB (Red+Green+Blue) = 30+216+184=430 (56% of max value = 765). Red value is 30 (12.11% from 255 or 6.98% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 184 (72.27% from 255 or 42.79% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED8B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED8B8 is #E12747. Grayscale: #9C9C9C. Windows color (decimal): -14755656 or 12113950. OLE color: 12113950.

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

Color convert

RGB 30 216 184 -
CMYK 0.86 0 0.15 0.15
HSL 169.68º 0.76% 0.48% -
HSV(B) 169.68º 0.86% 0.85% -
XYZ 33.74 52.85 53.77 -
YUV 156.74 143.38 37.6 -
System Red Green Blue C M Y K H S L
Decimal 30 216 184 0.86 0 0.15 0.15 169.68 0.76 0.48
Hex 1E D8 B8 56 0 F F AA 4C 30
Octal 36 330 270 126 0 17 17 252 114 60
Binary 11110 11011000 10111000 1010110 0 1111 1111 10101010 1001100 110000

Color Harmonies of #1ED8B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED8B8

Black with #1ED8B8

Text Example


Text Example

White with #1ED8B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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