#168784

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

Shades of Dark Cyan #168784

Tints of Dark Cyan #168784

Color information

#168784 (or 0x168784) is unknown color: approx Dark Cyan. HEX triplet: 16, 87 and 84. RGB value is (22,135,132). Sum of RGB (Red+Green+Blue) = 22+135+132=289 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.61% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #168784 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168784 is #E9787B. Grayscale: #646464. Windows color (decimal): -15300732 or 8685334. OLE color: 8685334.

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

Color convert

RGB22135132-
CMYK0.8400.020.47
HSL178.41º71.97%30.78%-
HSV(B)178.41º83.7%52.94%-
XYZ13.1619.1624.84-
YUV100.87145.5671.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.61%
GREEN value IS 135 (53.12% from 255) = 46.71%
BLUE value IS 132 (51.95% from 255) = 45.67%
R=7.61%
G=46.71%
B=45.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal221351320.8400.020.47178.4171.9730.78
Hex16878454022Fb2481f
Octal26207204124025726211037
Binary101101000011110000100101010001010111110110010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168784; }

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

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

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

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

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

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

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

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