#16888D

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

Shades of Dark Cyan #16888D

Tints of Dark Cyan #16888D

Color information

#16888D (or 0x16888D) is unknown color: approx Dark Cyan. HEX triplet: 16, 88 and 8D. RGB value is (22,136,141). Sum of RGB (Red+Green+Blue) = 22+136+141=299 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.36% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #16888D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16888D is #E97772. Grayscale: #666666. Windows color (decimal): -15300467 or 9275414. OLE color: 9275414.

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

Color convert

RGB22136141-
CMYK0.840.0400.45
HSL182.52º73.01%31.96%-
HSV(B)182.52º84.4%55.29%-
XYZ13.9419.728.27-
YUV102.48149.7370.59-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.36%
GREEN value IS 136 (53.52% from 255) = 45.48%
BLUE value IS 141 (55.47% from 255) = 47.16%
R=7.36%
G=45.48%
B=47.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal221361410.840.0400.45182.5273.0131.96
Hex16888D54402Db74920
Octal26210215124405526711140
Binary10110100010001000110110101001000101101101101111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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