#16766A

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

Shades of Deep Sea #16766A

Tints of Deep Sea #16766A

Color information

#16766A (or 0x16766A) is unknown color: approx Deep Sea. HEX triplet: 16, 76 and 6A. RGB value is (22,118,106). Sum of RGB (Red+Green+Blue) = 22+118+106=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #16766A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16766A is #E98995. Grayscale: #575757. Windows color (decimal): -15305110 or 6977046. OLE color: 6977046.

HSL color Cylindrical-coordinate representation of color #16766A: hue angle of 172.5º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16766A is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB22118106-
CMYK0.8100.100.54
HSL172.5º68.57%27.45%-
HSV(B)172.5º81.36%46.27%-
XYZ9.4114.1715.87-
YUV87.93138.280.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.94%
GREEN value IS 118 (46.48% from 255) = 47.97%
BLUE value IS 106 (41.80% from 255) = 43.09%
R=8.94%
G=47.97%
B=43.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal221181060.8100.100.54172.568.5727.45
Hex16766A510A36ac451b
Octal261661521210126625410533
Binary101101110110110101010100010101011011010101100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16766A; }

 p { color: rgb(22,118,106); }

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

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

 a { background-color: rgb(22,118,106); }

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

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

 span { border-color: rgb(22,118,106); }

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