#168988

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

Shades of Dark Cyan #168988

Tints of Dark Cyan #168988

Color information

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

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

Color convert

RGB22137136-
CMYK0.8400.010.46
HSL179.48º72.33%31.18%-
HSV(B)179.48º83.94%53.73%-
XYZ13.7219.8426.4-
YUV102.5146.970.58-

RGB Variations

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

RGB

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

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
Decimal221371360.8400.010.46179.4872.3331.18
Hex16898854012Eb3481f
Octal26211210124015626311037
Binary10110100010011000100010101000110111010110011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168988; }

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

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

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

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

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

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

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

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