#16735E

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

Shades of Deep Sea #16735E

Tints of Deep Sea #16735E

Color information

#16735E (or 0x16735E) is unknown color: approx Deep Sea. HEX triplet: 16, 73 and 5E. RGB value is (22,115,94). Sum of RGB (Red+Green+Blue) = 22+115+94=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #16735E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16735E is #E98CA1. Grayscale: #545454. Windows color (decimal): -15305890 or 6189846. OLE color: 6189846.

HSL color Cylindrical-coordinate representation of color #16735E: hue angle of 166.45º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16735E is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB2211594-
CMYK0.8100.180.55
HSL166.45º67.88%26.86%-
HSV(B)166.45º80.87%45.1%-
XYZ8.4813.2412.7-
YUV84.8133.1983.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.52%
GREEN value IS 115 (45.31% from 255) = 49.78%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=9.52%
G=49.78%
B=40.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22115940.8100.180.55166.4567.8826.86
Hex16735E5101237a6441b
Octal261631361210226724610433
Binary1011011100111011110101000101001011011110100110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16735E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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