#1ED6C0

Color #1ED6C0 Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #1ED6C0

Tints of Robin's Egg Blue #1ED6C0

Color information

#1ED6C0 (or 0x1ED6C0) is unknown color: approx Robin's Egg Blue. HEX triplet: 1E, D6 and C0. RGB value is (30,214,192). Sum of RGB (Red+Green+Blue) = 30+214+192=436 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.88% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #1ED6C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED6C0 is #E1293F. Grayscale: #9C9C9C. Windows color (decimal): -14756160 or 12637726. OLE color: 12637726.

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

Color convert

RGB30214192-
CMYK0.8600.100.16
HSL172.83º75.41%47.84%-
HSV(B)172.83º85.98%83.92%-
XYZ34.152.1758.14-
YUV156.48148.0437.79-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.88%
GREEN value IS 214 (83.98% from 255) = 49.08%
BLUE value IS 192 (75.39% from 255) = 44.04%
R=6.88%
G=49.08%
B=44.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal302141920.8600.100.16172.8375.4147.84
Hex1ED6C0560A10ad4b30
Octal363263001260122025511360
Binary11110110101101100000010101100101010000101011011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,214,192); }

 H1.HeaderClassName
 {
   color: #1ED6C0;
 }
 .AnyTagClassName
 {
   color: #1ED6C0;
 }
</style>
background-color css

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

 a { background-color: rgb(30,214,192); }

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

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

 span { border-color: rgb(30,214,192); }

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