#163832

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

Shades of Deep Teal #163832

Tints of Deep Teal #163832

Color information

#163832 (or 0x163832) is unknown color: approx Deep Teal. HEX triplet: 16, 38 and 32. RGB value is (22,56,50). Sum of RGB (Red+Green+Blue) = 22+56+50=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 56 - color contains mainly: green. Hex color #163832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163832 is #E9C7CD. Grayscale: #2D2D2D. Windows color (decimal): -15321038 or 3291158. OLE color: 3291158.

HSL color Cylindrical-coordinate representation of color #163832: hue angle of 169.41º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #163832 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB225650-
CMYK0.6100.110.78
HSL169.41º43.59%15.29%-
HSV(B)169.41º60.71%21.96%-
XYZ2.323.233.52-
YUV45.15130.74111.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.19%
GREEN value IS 56 (22.27% from 255) = 43.75%
BLUE value IS 50 (19.92% from 255) = 39.06%
R=17.19%
G=43.75%
B=39.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2256500.6100.110.78169.4143.5915.29
Hex1638323D0B4Ea92cf
Octal267062750131162515417
Binary10110111000110010111101010111001110101010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163832; }

 p { color: rgb(22,56,50); }

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

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

 a { background-color: rgb(22,56,50); }

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

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

 span { border-color: rgb(22,56,50); }

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