#16795F

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

Shades of Deep Sea #16795F

Tints of Deep Sea #16795F

Color information

#16795F (or 0x16795F) is unknown color: approx Deep Sea. HEX triplet: 16, 79 and 5F. RGB value is (22,121,95). Sum of RGB (Red+Green+Blue) = 22+121+95=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #16795F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16795F is #E986A0. Grayscale: #585858. Windows color (decimal): -15304353 or 6256918. OLE color: 6256918.

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

Color convert

RGB2212195-
CMYK0.8200.210.53
HSL164.24º69.23%28.04%-
HSV(B)164.24º81.82%47.45%-
XYZ9.2314.6713.17-
YUV88.44131.780.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.24%
GREEN value IS 121 (47.66% from 255) = 50.84%
BLUE value IS 95 (37.5% from 255) = 39.92%
R=9.24%
G=50.84%
B=39.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22121950.8200.210.53164.2469.2328.04
Hex16795F5201535a4451c
Octal261711371220256524410534
Binary1011011110011011111101001001010111010110100100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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