#163B34

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

Shades of Deep Teal #163B34

Tints of Deep Teal #163B34

Color information

#163B34 (or 0x163B34) is unknown color: approx Deep Teal. HEX triplet: 16, 3B and 34. RGB value is (22,59,52). Sum of RGB (Red+Green+Blue) = 22+59+52=133 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.54% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 59 - color contains mainly: green. Hex color #163B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163B34 is #E9C4CB. Grayscale: #2F2F2F. Windows color (decimal): -15320268 or 3422998. OLE color: 3422998.

HSL color Cylindrical-coordinate representation of color #163B34: hue angle of 168.65º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #163B34 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.

Color convert

RGB225952-
CMYK0.6300.120.77
HSL168.65º45.68%15.88%-
HSV(B)168.65º62.71%23.14%-
XYZ2.513.553.8-
YUV47.14130.74110.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.54%
GREEN value IS 59 (23.44% from 255) = 44.36%
BLUE value IS 52 (20.70% from 255) = 39.10%
R=16.54%
G=44.36%
B=39.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2259520.6300.120.77168.6545.6815.88
Hex163B343F0C4Da92e10
Octal267364770141152515620
Binary101101110111101001111110110010011011010100110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163B34; }

 p { color: rgb(22,59,52); }

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

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

 a { background-color: rgb(22,59,52); }

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

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

 span { border-color: rgb(22,59,52); }

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