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

📋 copy color: '#1ED0BE'

red 30 ◦ green 208 ◦ blue 190

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

Shades of Robin's Egg Blue #1ED0BE

Tints of Robin's Egg Blue #1ED0BE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.6%

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

R = 7.01%
G = 48.6%
B = 44.39%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#1ED0BE (or 0x1ED0BE) is known color: Robin's Egg Blue. HEX triplet: 1E, D0 and BE. RGB value is (30,208,190). Sum of RGB (Red+Green+Blue) = 30+208+190=428 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.01% from 428); Green value is 208 (81.64% from 255 or 48.60% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED0BE is #E12F41. Grayscale: #989898. Windows color (decimal): -14757698 or 12505118. OLE color: 12505118.

HSL color Cylindrical-coordinate representation of color #1ED0BE: hue angle of 173.93º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED0BE is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 208 190 -
CMYK 0.86 0 0.09 0.18
HSL 173.93º 0.75% 0.47% -
HSV(B) 173.93º 0.86% 0.82% -
XYZ 32.39 49.11 56.49 -
YUV 152.73 149.03 40.46 -
System Red Green Blue C M Y K H S L
Decimal 30 208 190 0.86 0 0.09 0.18 173.93 0.75 0.47
Hex 1E D0 BE 56 0 9 12 AE 4B 2F
Octal 36 320 276 126 0 11 22 256 113 57
Binary 11110 11010000 10111110 1010110 0 1001 10010 10101110 1001011 101111

Color Harmonies of #1ED0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED0BE

Black with #1ED0BE

Text Example


Text Example

White with #1ED0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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