#168291

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

Shades of Dark Cyan #168291

Tints of Dark Cyan #168291

Color information

#168291 (or 0x168291) is unknown color: approx Dark Cyan. HEX triplet: 16, 82 and 91. RGB value is (22,130,145). Sum of RGB (Red+Green+Blue) = 22+130+145=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #168291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168291 is #E97D6E. Grayscale: #636363. Windows color (decimal): -15301999 or 9536022. OLE color: 9536022.

HSL color Cylindrical-coordinate representation of color #168291: hue angle of 187.32º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168291 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB22130145-
CMYK0.850.1000.43
HSL187.32º73.65%32.75%-
HSV(B)187.32º84.83%56.86%-
XYZ13.4218.1829.59-
YUV99.42153.7272.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.41%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 145 (57.03% from 255) = 48.82%
R=7.41%
G=43.77%
B=48.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal221301450.850.1000.43187.3273.6532.75
Hex16829155A02Bbb4a21
Octal262022211251205327311241
Binary101101000001010010001101010110100101011101110111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168291; }

 p { color: rgb(22,130,145); }

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

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

 a { background-color: rgb(22,130,145); }

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

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

 span { border-color: rgb(22,130,145); }

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