#168063

Color #168063 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #168063

Tints of Deep Sea #168063

Color information

#168063 (or 0x168063) is unknown color: approx Deep Sea. HEX triplet: 16, 80 and 63. RGB value is (22,128,99). Sum of RGB (Red+Green+Blue) = 22+128+99=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #168063 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168063 is #E97F9C. Grayscale: #5D5D5D. Windows color (decimal): -15302557 or 6520854. OLE color: 6520854.

HSL color Cylindrical-coordinate representation of color #168063: hue angle of 163.58º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #168063 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB2212899-
CMYK0.8300.230.50
HSL163.58º70.67%29.41%-
HSV(B)163.58º82.81%50.2%-
XYZ10.316.5114.45-
YUV93131.3877.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.84%
GREEN value IS 128 (50.39% from 255) = 51.41%
BLUE value IS 99 (39.06% from 255) = 39.76%
R=8.84%
G=51.41%
B=39.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal22128990.8300.230.50163.5870.6729.41
Hex1680635301732a4471d
Octal262001431230276224410735
Binary10110100000001100011101001101011111001010100100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168063; }

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

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

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

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

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

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

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

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