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

📋 copy color: '#1ED2CD'

red 30 ◦ green 210 ◦ blue 205

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

Shades of Robin's Egg Blue #1ED2CD

Tints of Robin's Egg Blue #1ED2CD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.19%

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 6.74%
G = 47.19%
B = 46.07%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#1ED2CD (or 0x1ED2CD) is known color: Robin's Egg Blue. HEX triplet: 1E, D2 and CD. RGB value is (30,210,205). Sum of RGB (Red+Green+Blue) = 30+210+205=445 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.74% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #1ED2CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED2CD is #E12D32. Grayscale: #9B9B9B. Windows color (decimal): -14757171 or 13488670. OLE color: 13488670.

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

Color convert

RGB 30 210 205 -
CMYK 0.86 0 0.02 0.18
HSL 178.33º 0.75% 0.47% -
HSV(B) 178.33º 0.86% 0.82% -
XYZ 34.6 50.78 65.73 -
YUV 155.61 155.87 38.41 -
System Red Green Blue C M Y K H S L
Decimal 30 210 205 0.86 0 0.02 0.18 178.33 0.75 0.47
Hex 1E D2 CD 56 0 2 12 B2 4B 2F
Octal 36 322 315 126 0 2 22 262 113 57
Binary 11110 11010010 11001101 1010110 0 10 10010 10110010 1001011 101111

Color Harmonies of #1ED2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED2CD

Black with #1ED2CD

Text Example


Text Example

White with #1ED2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,210,205); }

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

background-color css

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

 a { background-color: rgb(30,210,205); }

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

border-color css

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

 span { border-color: rgb(30,210,205); }

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