#16766E

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

Shades of Deep Sea #16766E

Tints of Deep Sea #16766E

Color information

#16766E (or 0x16766E) is unknown color: approx Deep Sea. HEX triplet: 16, 76 and 6E. RGB value is (22,118,110). Sum of RGB (Red+Green+Blue) = 22+118+110=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #16766E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16766E is #E98991. Grayscale: #585858. Windows color (decimal): -15305106 or 7239190. OLE color: 7239190.

HSL color Cylindrical-coordinate representation of color #16766E: hue angle of 175º 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 #16766E is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB22118110-
CMYK0.8100.070.54
HSL175º68.57%27.45%-
HSV(B)175º81.36%46.27%-
XYZ9.6214.2517-
YUV88.38140.280.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.8%
GREEN value IS 118 (46.48% from 255) = 47.2%
BLUE value IS 110 (43.36% from 255) = 44%
R=8.8%
G=47.2%
B=44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal221181100.8100.070.5417568.5727.45
Hex16766E510736af451b
Octal26166156121076625710533
Binary10110111011011011101010001011111011010101111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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