#16777C

Color #16777C Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #16777C

Tints of Allports #16777C

Color information

#16777C (or 0x16777C) is unknown color: approx Allports. HEX triplet: 16, 77 and 7C. RGB value is (22,119,124). Sum of RGB (Red+Green+Blue) = 22+119+124=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #16777C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16777C is #E98883. Grayscale: #5A5A5A. Windows color (decimal): -15304836 or 8156950. OLE color: 8156950.

HSL color Cylindrical-coordinate representation of color #16777C: hue angle of 182.94º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16777C is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB22119124-
CMYK0.820.0400.51
HSL182.94º69.86%28.63%-
HSV(B)182.94º82.26%48.63%-
XYZ10.5714.8221.37-
YUV90.57146.8679.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.30%
GREEN value IS 119 (46.88% from 255) = 44.91%
BLUE value IS 124 (48.83% from 255) = 46.79%
R=8.30%
G=44.91%
B=46.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal221191240.820.0400.51182.9469.8628.63
Hex16777C524033b7461d
Octal26167174122406326710635
Binary10110111011111111001010010100011001110110111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16777C; }

 p { color: rgb(22,119,124); }

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

<style>
 a { background-color: #16777C; }

 a { background-color: rgb(22,119,124); }

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

<style>
 span { border-color: #16777C; }

 span { border-color: rgb(22,119,124); }

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