#168889

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

Shades of Dark Cyan #168889

Tints of Dark Cyan #168889

Color information

#168889 (or 0x168889) is unknown color: approx Dark Cyan. HEX triplet: 16, 88 and 89. RGB value is (22,136,137). Sum of RGB (Red+Green+Blue) = 22+136+137=295 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.46% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #168889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168889 is #E97776. Grayscale: #656565. Windows color (decimal): -15300471 or 9013270. OLE color: 9013270.

HSL color Cylindrical-coordinate representation of color #168889: hue angle of 180.52º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168889 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB22136137-
CMYK0.840.0100.46
HSL180.52º72.33%31.18%-
HSV(B)180.52º83.94%53.73%-
XYZ13.6519.5926.73-
YUV102.03147.7370.92-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.46%
GREEN value IS 136 (53.52% from 255) = 46.10%
BLUE value IS 137 (53.91% from 255) = 46.44%
R=7.46%
G=46.10%
B=46.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal221361370.840.0100.46180.5272.3331.18
Hex16888954102Eb5481f
Octal26210211124105626511037
Binary10110100010001000100110101001010111010110101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168889; }

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

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

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

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

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

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

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

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