#16808E

Color #16808E Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #16808E

Tints of Dark Cyan #16808E

Color information

#16808E (or 0x16808E) is unknown color: approx Dark Cyan. HEX triplet: 16, 80 and 8E. RGB value is (22,128,142). Sum of RGB (Red+Green+Blue) = 22+128+142=292 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.53% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 142 - color contains mainly: blue. Hex color #16808E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16808E is #E97F71. Grayscale: #616161. Windows color (decimal): -15302514 or 9338902. OLE color: 9338902.

HSL color Cylindrical-coordinate representation of color #16808E: hue angle of 187º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16808E is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB22128142-
CMYK0.850.1000.44
HSL187º73.17%32.16%-
HSV(B)187º84.51%55.69%-
XYZ12.9317.5628.3-
YUV97.9152.8873.86-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.53%
GREEN value IS 128 (50.39% from 255) = 43.84%
BLUE value IS 142 (55.86% from 255) = 48.63%
R=7.53%
G=43.84%
B=48.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal221281420.850.1000.4418773.1732.16
Hex16808E55A02Cbb4920
Octal262002161251205427311140
Binary101101000000010001110101010110100101100101110111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16808E; }

 p { color: rgb(22,128,142); }

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

<style>
 a { background-color: #16808E; }

 a { background-color: rgb(22,128,142); }

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

<style>
 span { border-color: #16808E; }

 span { border-color: rgb(22,128,142); }

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