#16868E

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

Shades of Dark Cyan #16868E

Tints of Dark Cyan #16868E

Color information

#16868E (or 0x16868E) is unknown color: approx Dark Cyan. HEX triplet: 16, 86 and 8E. RGB value is (22,134,142). Sum of RGB (Red+Green+Blue) = 22+134+142=298 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.38% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #16868E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16868E is #E97971. Grayscale: #656565. Windows color (decimal): -15300978 or 9340438. OLE color: 9340438.

HSL color Cylindrical-coordinate representation of color #16868E: hue angle of 184º 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 #16868E is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB22134142-
CMYK0.850.0600.44
HSL184º73.17%32.16%-
HSV(B)184º84.51%55.69%-
XYZ13.7419.1728.57-
YUV101.42150.8971.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.38%
GREEN value IS 134 (52.73% from 255) = 44.97%
BLUE value IS 142 (55.86% from 255) = 47.65%
R=7.38%
G=44.97%
B=47.65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal221341420.850.0600.4418473.1732.16
Hex16868E55602Cb84920
Octal26206216125605427011140
Binary10110100001101000111010101011100101100101110001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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