#16776F

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

Shades of Deep Sea #16776F

Tints of Deep Sea #16776F

Color information

#16776F (or 0x16776F) is unknown color: approx Deep Sea. HEX triplet: 16, 77 and 6F. RGB value is (22,119,111). Sum of RGB (Red+Green+Blue) = 22+119+111=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #16776F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16776F is #E98890. Grayscale: #595959. Windows color (decimal): -15304849 or 7304982. OLE color: 7304982.

HSL color Cylindrical-coordinate representation of color #16776F: hue angle of 175.05º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16776F is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB22119111-
CMYK0.8200.070.53
HSL175.05º68.79%27.65%-
HSV(B)175.05º81.51%46.67%-
XYZ9.814.5117.32-
YUV89.08140.3680.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.73%
GREEN value IS 119 (46.88% from 255) = 47.22%
BLUE value IS 111 (43.75% from 255) = 44.05%
R=8.73%
G=47.22%
B=44.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal221191110.8200.070.53175.0568.7927.65
Hex16776F520735af451c
Octal26167157122076525710534
Binary10110111011111011111010010011111010110101111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16776F; }

 p { color: rgb(22,119,111); }

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

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

 a { background-color: rgb(22,119,111); }

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

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

 span { border-color: rgb(22,119,111); }

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