#16785B

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

Shades of Deep Sea #16785B

Tints of Deep Sea #16785B

Color information

#16785B (or 0x16785B) is unknown color: approx Deep Sea. HEX triplet: 16, 78 and 5B. RGB value is (22,120,91). Sum of RGB (Red+Green+Blue) = 22+120+91=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #16785B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16785B is #E987A4. Grayscale: #575757. Windows color (decimal): -15304613 or 5994518. OLE color: 5994518.

HSL color Cylindrical-coordinate representation of color #16785B: hue angle of 162.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 #16785B is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB2212091-
CMYK0.8200.240.53
HSL162.24º69.01%27.84%-
HSV(B)162.24º81.67%47.06%-
XYZ8.9414.3612.2-
YUV87.39130.0381.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.44%
GREEN value IS 120 (47.27% from 255) = 51.50%
BLUE value IS 91 (35.94% from 255) = 39.06%
R=9.44%
G=51.50%
B=39.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22120910.8200.240.53162.2469.0127.84
Hex16785B5201835a2451c
Octal261701331220306524210534
Binary1011011110001011011101001001100011010110100010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16785B; }

 p { color: rgb(22,120,91); }

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

<style>
 a { background-color: #16785B; }

 a { background-color: rgb(22,120,91); }

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

<style>
 span { border-color: #16785B; }

 span { border-color: rgb(22,120,91); }

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