#16728D

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

Shades of Allports #16728D

Tints of Allports #16728D

Color information

#16728D (or 0x16728D) is unknown color: approx Allports. HEX triplet: 16, 72 and 8D. RGB value is (22,114,141). Sum of RGB (Red+Green+Blue) = 22+114+141=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #16728D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16728D is #E98D72. Grayscale: #595959. Windows color (decimal): -15306099 or 9269782. OLE color: 9269782.

HSL color Cylindrical-coordinate representation of color #16728D: hue angle of 193.61º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16728D is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB22114141-
CMYK0.840.1900.45
HSL193.61º73.01%31.96%-
HSV(B)193.61º84.4%55.29%-
XYZ11.1614.1327.34-
YUV89.57157.0279.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.94%
GREEN value IS 114 (44.92% from 255) = 41.16%
BLUE value IS 141 (55.47% from 255) = 50.90%
R=7.94%
G=41.16%
B=50.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal221141410.840.1900.45193.6173.0131.96
Hex16728D541302Dc24920
Octal261622151242305530211140
Binary101101110010100011011010100100110101101110000101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16728D; }

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

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

<style>
 a { background-color: #16728D; }

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

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

<style>
 span { border-color: #16728D; }

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

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