#16776E

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

Shades of Deep Sea #16776E

Tints of Deep Sea #16776E

Color information

#16776E (or 0x16776E) is unknown color: approx Deep Sea. HEX triplet: 16, 77 and 6E. RGB value is (22,119,110). Sum of RGB (Red+Green+Blue) = 22+119+110=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #16776E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16776E is #E98891. Grayscale: #585858. Windows color (decimal): -15304850 or 7239446. OLE color: 7239446.

HSL color Cylindrical-coordinate representation of color #16776E: hue angle of 174.43º 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 #16776E is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB22119110-
CMYK0.8200.080.53
HSL174.43º68.79%27.65%-
HSV(B)174.43º81.51%46.67%-
XYZ9.7414.4917.04-
YUV88.97139.8680.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.76%
GREEN value IS 119 (46.88% from 255) = 47.41%
BLUE value IS 110 (43.36% from 255) = 43.82%
R=8.76%
G=47.41%
B=43.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal221191100.8200.080.53174.4368.7927.65
Hex16776E520835ae451c
Octal261671561220106525610534
Binary101101110111110111010100100100011010110101110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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