#16795E

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

Shades of Deep Sea #16795E

Tints of Deep Sea #16795E

Color information

#16795E (or 0x16795E) is unknown color: approx Deep Sea. HEX triplet: 16, 79 and 5E. RGB value is (22,121,94). Sum of RGB (Red+Green+Blue) = 22+121+94=237 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.28% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #16795E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16795E is #E986A1. Grayscale: #585858. Windows color (decimal): -15304354 or 6191382. OLE color: 6191382.

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

Color convert

RGB2212194-
CMYK0.8200.220.53
HSL163.64º69.23%28.04%-
HSV(B)163.64º81.82%47.45%-
XYZ9.1914.6512.93-
YUV88.32131.280.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.28%
GREEN value IS 121 (47.66% from 255) = 51.05%
BLUE value IS 94 (37.11% from 255) = 39.66%
R=9.28%
G=51.05%
B=39.66%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22121940.8200.220.53163.6469.2328.04
Hex16795E5201635a4451c
Octal261711361220266524410534
Binary1011011110011011110101001001011011010110100100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,121,94); }

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

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

 a { background-color: rgb(22,121,94); }

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

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

 span { border-color: rgb(22,121,94); }

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