#1ed6c4

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

Shades of Robin's Egg Blue #1ED6C4

Tints of Robin's Egg Blue #1ED6C4

Color information

#1ED6C4 (or 0x1ED6C4) is unknown color: approx Robin's Egg Blue. HEX triplet: 1E, D6 and C4. RGB value is (30,214,196). Sum of RGB (Red+Green+Blue) = 30+214+196=440 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.82% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #1ED6C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED6C4 is #E1293B. Grayscale: #9C9C9C. Windows color (decimal): -14756156 or 12899870. OLE color: 12899870.

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

Color convert

RGB30214196-
CMYK0.8600.080.16
HSL174.13º75.41%47.84%-
HSV(B)174.13º85.98%83.92%-
XYZ34.5552.3560.51-
YUV156.93150.0437.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.82%
GREEN value IS 214 (83.98% from 255) = 48.64%
BLUE value IS 196 (76.95% from 255) = 44.55%
R=6.82%
G=48.64%
B=44.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal302141960.8600.080.16174.1375.4147.84
Hex1ED6C4560810ae4b30
Octal363263041260102025611360
Binary11110110101101100010010101100100010000101011101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ed6c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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