#06D1C2

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

Shades of Robin's Egg Blue #06D1C2

Tints of Robin's Egg Blue #06D1C2

Color information

#06D1C2 (or 0x06D1C2) is unknown color: approx Robin's Egg Blue. HEX triplet: 06, D1 and C2. RGB value is (6,209,194). Sum of RGB (Red+Green+Blue) = 6+209+194=409 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #06D1C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D1C2 is #F92E3D. Grayscale: #929292. Windows color (decimal): -16330302 or 12767494. OLE color: 12767494.

HSL color Cylindrical-coordinate representation of color #06D1C2: hue angle of 175.57º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D1C2 is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB6209194-
CMYK0.9700.070.18
HSL175.57º94.42%42.16%-
HSV(B)175.57º97.13%81.96%-
XYZ32.6149.5358.88-
YUV146.59154.7527.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.47%
GREEN value IS 209 (82.03% from 255) = 51.10%
BLUE value IS 194 (76.17% from 255) = 47.43%
R=1.47%
G=51.10%
B=47.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal62091940.9700.070.18175.5794.4242.16
Hex6D1C2610712b05e2a
Octal6321302141072226013652
Binary11011010001110000101100001011110010101100001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06D1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06D1C2; }

 p { color: rgb(6,209,194); }

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

<style>
 a { background-color: #06D1C2; }

 a { background-color: rgb(6,209,194); }

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

<style>
 span { border-color: #06D1C2; }

 span { border-color: rgb(6,209,194); }

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