#1FC6C6

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

Shades of Robin's Egg Blue #1FC6C6

Tints of Robin's Egg Blue #1FC6C6

Color information

#1FC6C6 (or 0x1FC6C6) is unknown color: approx Robin's Egg Blue. HEX triplet: 1F, C6 and C6. RGB value is (31,198,198). Sum of RGB (Red+Green+Blue) = 31+198+198=427 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.26% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: green, blue. Hex color #1FC6C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC6C6 is #E03939. Grayscale: #939393. Windows color (decimal): -14694714 or 13026847. OLE color: 13026847.

HSL color Cylindrical-coordinate representation of color #1FC6C6: hue angle of 180º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC6C6 is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB31198198-
CMYK0.84000.22
HSL180º72.93%44.9%-
HSV(B)180º84.34%77.65%-
XYZ30.9544.7660.43-
YUV148.07156.1744.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.26%
GREEN value IS 198 (77.73% from 255) = 46.37%
BLUE value IS 198 (77.73% from 255) = 46.37%
R=7.26%
G=46.37%
B=46.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal311981980.84000.2218072.9344.9
Hex1FC6C6540016b4492d
Octal37306306124002626411155
Binary11111110001101100011010101000010110101101001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,198,198); }

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

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

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

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

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

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

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