#16727C

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

Shades of Allports #16727C

Tints of Allports #16727C

Color information

#16727C (or 0x16727C) is unknown color: approx Allports. HEX triplet: 16, 72 and 7C. RGB value is (22,114,124). Sum of RGB (Red+Green+Blue) = 22+114+124=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #16727C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16727C is #E98D83. Grayscale: #575757. Windows color (decimal): -15306116 or 8155670. OLE color: 8155670.

HSL color Cylindrical-coordinate representation of color #16727C: hue angle of 185.88º 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 #16727C is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB22114124-
CMYK0.820.0800.51
HSL185.88º69.86%28.63%-
HSV(B)185.88º82.26%48.63%-
XYZ9.9913.6621.18-
YUV87.63148.5281.19-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.46%
GREEN value IS 114 (44.92% from 255) = 43.85%
BLUE value IS 124 (48.83% from 255) = 47.69%
R=8.46%
G=43.85%
B=47.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal221141240.820.0800.51185.8869.8628.63
Hex16727C528033ba461d
Octal261621741221006327210635
Binary101101110010111110010100101000011001110111010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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