#16846C

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

Shades of Deep Sea #16846C

Tints of Deep Sea #16846C

Color information

#16846C (or 0x16846C) is unknown color: approx Deep Sea. HEX triplet: 16, 84 and 6C. RGB value is (22,132,108). Sum of RGB (Red+Green+Blue) = 22+132+108=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #16846C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16846C is #E97B93. Grayscale: #606060. Windows color (decimal): -15301524 or 7111702. OLE color: 7111702.

HSL color Cylindrical-coordinate representation of color #16846C: hue angle of 166.91º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16846C is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB22132108-
CMYK0.8300.180.48
HSL166.91º71.43%30.2%-
HSV(B)166.91º83.33%51.76%-
XYZ11.2917.7617.02-
YUV96.37134.5674.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.40%
GREEN value IS 132 (51.95% from 255) = 50.38%
BLUE value IS 108 (42.58% from 255) = 41.22%
R=8.40%
G=50.38%
B=41.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal221321080.8300.180.48166.9171.4330.2
Hex16846C5301230a7471e
Octal262041541230226024710736
Binary10110100001001101100101001101001011000010100111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16846C; }

 p { color: rgb(22,132,108); }

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

<style>
 a { background-color: #16846C; }

 a { background-color: rgb(22,132,108); }

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

<style>
 span { border-color: #16846C; }

 span { border-color: rgb(22,132,108); }

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