#1ED6C6

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

Shades of Robin's Egg Blue #1ED6C6

Tints of Robin's Egg Blue #1ED6C6

Color information

#1ED6C6 (or 0x1ED6C6) is unknown color: approx Robin's Egg Blue. HEX triplet: 1E, D6 and C6. RGB value is (30,214,198). Sum of RGB (Red+Green+Blue) = 30+214+198=442 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.79% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #1ED6C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED6C6 is #E12939. Grayscale: #9D9D9D. Windows color (decimal): -14756154 or 13030942. OLE color: 13030942.

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

Color convert

RGB30214198-
CMYK0.8600.070.16
HSL174.78º75.41%47.84%-
HSV(B)174.78º85.98%83.92%-
XYZ34.7852.4561.72-
YUV157.16151.0437.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.79%
GREEN value IS 214 (83.98% from 255) = 48.42%
BLUE value IS 198 (77.73% from 255) = 44.80%
R=6.79%
G=48.42%
B=44.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal302141980.8600.070.16174.7875.4147.84
Hex1ED6C6560710af4b30
Octal36326306126072025711360
Binary1111011010110110001101010110011110000101011111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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