#168190

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

Shades of Dark Cyan #168190

Tints of Dark Cyan #168190

Color information

#168190 (or 0x168190) is unknown color: approx Dark Cyan. HEX triplet: 16, 81 and 90. RGB value is (22,129,144). Sum of RGB (Red+Green+Blue) = 22+129+144=295 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.46% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #168190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168190 is #E97E6F. Grayscale: #626262. Windows color (decimal): -15302256 or 9470230. OLE color: 9470230.

HSL color Cylindrical-coordinate representation of color #168190: hue angle of 187.38º 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 #168190 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB22129144-
CMYK0.850.1000.44
HSL187.38º73.49%32.55%-
HSV(B)187.38º84.72%56.47%-
XYZ13.2217.8829.14-
YUV98.72153.5573.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.46%
GREEN value IS 129 (50.78% from 255) = 43.73%
BLUE value IS 144 (56.64% from 255) = 48.81%
R=7.46%
G=43.73%
B=48.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal221291440.850.1000.44187.3873.4932.55
Hex16819055A02Cbb4921
Octal262012201251205427311141
Binary101101000000110010000101010110100101100101110111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168190; }

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

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

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

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

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

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

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

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