#16808C

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

Shades of Dark Cyan #16808C

Tints of Dark Cyan #16808C

Color information

#16808C (or 0x16808C) is unknown color: approx Dark Cyan. HEX triplet: 16, 80 and 8C. RGB value is (22,128,140). Sum of RGB (Red+Green+Blue) = 22+128+140=290 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.59% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #16808C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16808C is #E97F73. Grayscale: #616161. Windows color (decimal): -15302516 or 9207830. OLE color: 9207830.

HSL color Cylindrical-coordinate representation of color #16808C: hue angle of 186.1º 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 #16808C is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB22128140-
CMYK0.840.0900.45
HSL186.1º72.84%31.76%-
HSV(B)186.1º84.29%54.9%-
XYZ12.7817.527.52-
YUV97.67151.8874.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.59%
GREEN value IS 128 (50.39% from 255) = 44.14%
BLUE value IS 140 (55.08% from 255) = 48.28%
R=7.59%
G=44.14%
B=48.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal221281400.840.0900.45186.172.8431.76
Hex16808C54902Dba4920
Octal262002141241105527211140
Binary101101000000010001100101010010010101101101110101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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