#168091

Color #168091 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #168091

Tints of Eastern Blue #168091

Color information

#168091 (or 0x168091) is unknown color: approx Eastern Blue. HEX triplet: 16, 80 and 91. RGB value is (22,128,145). Sum of RGB (Red+Green+Blue) = 22+128+145=295 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.46% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #168091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168091 is #E97F6E. Grayscale: #626262. Windows color (decimal): -15302511 or 9535510. OLE color: 9535510.

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

Color convert

RGB22128145-
CMYK0.850.1200.43
HSL188.29º73.65%32.75%-
HSV(B)188.29º84.83%56.86%-
XYZ13.1617.6529.5-
YUV98.24154.3873.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.46%
GREEN value IS 128 (50.39% from 255) = 43.39%
BLUE value IS 145 (57.03% from 255) = 49.15%
R=7.46%
G=43.39%
B=49.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal221281450.850.1200.43188.2973.6532.75
Hex16809155C02Bbc4a21
Octal262002211251405327411241
Binary101101000000010010001101010111000101011101111001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168091; }

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

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

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

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

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

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

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

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