#168090

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

Shades of Dark Cyan #168090

Tints of Dark Cyan #168090

Color information

#168090 (or 0x168090) is unknown color: approx Dark Cyan. HEX triplet: 16, 80 and 90. RGB value is (22,128,144). Sum of RGB (Red+Green+Blue) = 22+128+144=294 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.48% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #168090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168090 is #E97F6F. Grayscale: #616161. Windows color (decimal): -15302512 or 9469974. OLE color: 9469974.

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

Color convert

RGB22128144-
CMYK0.850.1100.44
HSL187.87º73.49%32.55%-
HSV(B)187.87º84.72%56.47%-
XYZ13.0817.6229.1-
YUV98.13153.8873.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.48%
GREEN value IS 128 (50.39% from 255) = 43.54%
BLUE value IS 144 (56.64% from 255) = 48.98%
R=7.48%
G=43.54%
B=48.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal221281440.850.1100.44187.8773.4932.55
Hex16809055B02Cbc4921
Octal262002201251305427411141
Binary101101000000010010000101010110110101100101111001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168090; }

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

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

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

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

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

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

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

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