#168A89

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

Shades of Dark Cyan #168A89

Tints of Dark Cyan #168A89

Color information

#168A89 (or 0x168A89) is unknown color: approx Dark Cyan. HEX triplet: 16, 8A and 89. RGB value is (22,138,137). Sum of RGB (Red+Green+Blue) = 22+138+137=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #168A89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168A89 is #E97576. Grayscale: #676767. Windows color (decimal): -15299959 or 9013782. OLE color: 9013782.

HSL color Cylindrical-coordinate representation of color #168A89: hue angle of 179.48º degrees, saturation: 0.73, 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 #168A89 is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB22138137-
CMYK0.8400.010.46
HSL179.48º72.5%31.37%-
HSV(B)179.48º84.06%54.12%-
XYZ13.9320.1526.82-
YUV103.2147.0770.08-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.41%
GREEN value IS 138 (54.30% from 255) = 46.46%
BLUE value IS 137 (53.91% from 255) = 46.13%
R=7.41%
G=46.46%
B=46.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal221381370.8400.010.46179.4872.531.37
Hex168A8954012Eb3481f
Octal26212211124015626311037
Binary10110100010101000100110101000110111010110011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168A89; }

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

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

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

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

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

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

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

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