#168465

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

Shades of Deep Sea #168465

Tints of Deep Sea #168465

Color information

#168465 (or 0x168465) is unknown color: approx Deep Sea. HEX triplet: 16, 84 and 65. RGB value is (22,132,101). Sum of RGB (Red+Green+Blue) = 22+132+101=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #168465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168465 is #E97B9A. Grayscale: #5F5F5F. Windows color (decimal): -15301531 or 6652950. OLE color: 6652950.

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

Color convert

RGB22132101-
CMYK0.8300.230.48
HSL163.09º71.43%30.2%-
HSV(B)163.09º83.33%51.76%-
XYZ10.9317.6115.14-
YUV95.58131.0675.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.63%
GREEN value IS 132 (51.95% from 255) = 51.76%
BLUE value IS 101 (39.84% from 255) = 39.61%
R=8.63%
G=51.76%
B=39.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal221321010.8300.230.48163.0971.4330.2
Hex1684655301730a3471e
Octal262041451230276024310736
Binary10110100001001100101101001101011111000010100011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168465; }

 p { color: rgb(22,132,101); }

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

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

 a { background-color: rgb(22,132,101); }

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

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

 span { border-color: rgb(22,132,101); }

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