#16805B

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

Shades of Deep Sea #16805B

Tints of Deep Sea #16805B

Color information

#16805B (or 0x16805B) is unknown color: approx Deep Sea. HEX triplet: 16, 80 and 5B. RGB value is (22,128,91). Sum of RGB (Red+Green+Blue) = 22+128+91=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #16805B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16805B is #E97FA4. Grayscale: #5C5C5C. Windows color (decimal): -15302565 or 5996566. OLE color: 5996566.

HSL color Cylindrical-coordinate representation of color #16805B: hue angle of 159.06º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16805B is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB2212891-
CMYK0.8300.290.50
HSL159.06º70.67%29.41%-
HSV(B)159.06º82.81%50.2%-
XYZ9.9416.3612.53-
YUV92.09127.3878.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.13%
GREEN value IS 128 (50.39% from 255) = 53.11%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=9.13%
G=53.11%
B=37.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal22128910.8300.290.50159.0670.6729.41
Hex16805B5301D329f471d
Octal262001331230356223710735
Binary10110100000001011011101001101110111001010011111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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