#168690

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

Shades of Dark Cyan #168690

Tints of Dark Cyan #168690

Color information

#168690 (or 0x168690) is unknown color: approx Dark Cyan. HEX triplet: 16, 86 and 90. RGB value is (22,134,144). Sum of RGB (Red+Green+Blue) = 22+134+144=300 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.33% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #168690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168690 is #E9796F. Grayscale: #656565. Windows color (decimal): -15300976 or 9471510. OLE color: 9471510.

HSL color Cylindrical-coordinate representation of color #168690: hue angle of 184.92º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168690 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB22134144-
CMYK0.850.0700.44
HSL184.92º73.49%32.55%-
HSV(B)184.92º84.72%56.47%-
XYZ13.8919.2329.37-
YUV101.65151.8971.19-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.33%
GREEN value IS 134 (52.73% from 255) = 44.67%
BLUE value IS 144 (56.64% from 255) = 48%
R=7.33%
G=44.67%
B=48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal221341440.850.0700.44184.9273.4932.55
Hex16869055702Cb94921
Octal26206220125705427111141
Binary10110100001101001000010101011110101100101110011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168690; }

 p { color: rgb(22,134,144); }

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

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

 a { background-color: rgb(22,134,144); }

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

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

 span { border-color: rgb(22,134,144); }

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