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

📋 copy color: '#1ED7BE'

red 30 ◦ green 215 ◦ blue 190

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

Shades of Robin's Egg Blue #1ED7BE

Tints of Robin's Egg Blue #1ED7BE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.43%

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

R = 6.9%
G = 49.43%
B = 43.68%

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

#1ED7BE (or 0x1ED7BE) is known color: Robin's Egg Blue. HEX triplet: 1E, D7 and BE. RGB value is (30,215,190). Sum of RGB (Red+Green+Blue) = 30+215+190=435 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.90% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED7BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED7BE is #E12841. Grayscale: #9C9C9C. Windows color (decimal): -14755906 or 12506910. OLE color: 12506910.

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

Color convert

RGB 30 215 190 -
CMYK 0.86 0 0.12 0.16
HSL 171.89º 0.76% 0.48% -
HSV(B) 171.89º 0.86% 0.84% -
XYZ 34.13 52.59 57.07 -
YUV 156.84 146.71 37.53 -
System Red Green Blue C M Y K H S L
Decimal 30 215 190 0.86 0 0.12 0.16 171.89 0.76 0.48
Hex 1E D7 BE 56 0 C 10 AC 4C 30
Octal 36 327 276 126 0 14 20 254 114 60
Binary 11110 11010111 10111110 1010110 0 1100 10000 10101100 1001100 110000

Color Harmonies of #1ED7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED7BE

Black with #1ED7BE

Text Example


Text Example

White with #1ED7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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