#168587

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

Shades of Dark Cyan #168587

Tints of Dark Cyan #168587

Color information

#168587 (or 0x168587) is unknown color: approx Dark Cyan. HEX triplet: 16, 85 and 87. RGB value is (22,133,135). Sum of RGB (Red+Green+Blue) = 22+133+135=290 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.59% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 135 (53.12% from 255 or 46.55% from 290); Max value from RGB is 135 - color contains mainly: blue. Hex color #168587 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168587 is #E97A78. Grayscale: #636363. Windows color (decimal): -15301241 or 8881430. OLE color: 8881430.

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

Color convert

RGB22133135-
CMYK0.840.0100.47
HSL181.06º71.97%30.78%-
HSV(B)181.06º83.7%52.94%-
XYZ13.0918.6925.84-
YUV100.04147.7372.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.59%
GREEN value IS 133 (52.34% from 255) = 45.86%
BLUE value IS 135 (53.12% from 255) = 46.55%
R=7.59%
G=45.86%
B=46.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal221331350.840.0100.47181.0671.9730.78
Hex16858754102Fb5481f
Octal26205207124105726511037
Binary10110100001011000011110101001010111110110101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168587; }

 p { color: rgb(22,133,135); }

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

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

 a { background-color: rgb(22,133,135); }

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

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

 span { border-color: rgb(22,133,135); }

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