#16A6C6

Color #16A6C6 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #16A6C6

Tints of Pacific Blue #16A6C6

Color information

#16A6C6 (or 0x16A6C6) is unknown color: approx Pacific Blue. HEX triplet: 16, A6 and C6. RGB value is (22,166,198). Sum of RGB (Red+Green+Blue) = 22+166+198=386 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.70% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 198 (77.73% from 255 or 51.30% from 386); Max value from RGB is 198 - color contains mainly: blue. Hex color #16A6C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16A6C6 is #E95939. Grayscale: #7E7E7E. Windows color (decimal): -15292730 or 13018646. OLE color: 13018646.

HSL color Cylindrical-coordinate representation of color #16A6C6: hue angle of 190.91º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16A6C6 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB22166198-
CMYK0.890.1600.22
HSL190.91º80%43.14%-
HSV(B)190.91º88.89%77.65%-
XYZ24.1631.5258.24-
YUV126.59168.2953.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.70%
GREEN value IS 166 (65.23% from 255) = 43.01%
BLUE value IS 198 (77.73% from 255) = 51.30%
R=5.70%
G=43.01%
B=51.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal221661980.890.1600.22190.918043.14
Hex16A6C65910016bf502b
Octal262463061312002627712053
Binary101101010011011000110101100110000010110101111111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16A6C6; }

 p { color: rgb(22,166,198); }

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

<style>
 a { background-color: #16A6C6; }

 a { background-color: rgb(22,166,198); }

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

<style>
 span { border-color: #16A6C6; }

 span { border-color: rgb(22,166,198); }

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